X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fflex_proportions.c;h=ebf3bac460b01c3638e87d23975426f448d58064;hb=bc53267e97e4942e7f22c31cd8cf87840796accb;hp=c785554f95237897edc7e86f7c3ea6f1811b9bbf;hpb=43a60c1792b13eed49220af0e1344bf48e3a0677;p=~andy%2Flinux diff --git a/lib/flex_proportions.c b/lib/flex_proportions.c index c785554f952..ebf3bac460b 100644 --- a/lib/flex_proportions.c +++ b/lib/flex_proportions.c @@ -62,7 +62,7 @@ void fprop_global_destroy(struct fprop_global *p) */ bool fprop_new_period(struct fprop_global *p, int periods) { - u64 events; + s64 events; unsigned long flags; local_irq_save(flags);