Re: mmotm 2008-11-26-17-00 uploaded (backlight)

From: Randy Dunlap
Date: Fri Nov 28 2008 - 23:58:28 EST


akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2008-11-26-17-00 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> It contains the following patches against 2.6.28-rc6:

mmotm-2008-1126-1700/drivers/video/backlight/backlight.c:95: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'

caused by (almost duplicated/fixed lines):


pr_debug("backlight: set power to %lu\n", power);
pr_debug("backlight: set power to %d\n", power);

Someone please delete the second line.


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/