[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4930CBB7.6000203@oracle.com>
Date: Fri, 28 Nov 2008 20:57:27 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: linux-kernel@...r.kernel.org
CC: Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: mmotm 2008-11-26-17-00 uploaded (backlight)
akpm@...ux-foundation.org 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists