]> git.baikalelectronics.ru Git - kernel.git/commit
sm501fb printk warning fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 8 May 2007 07:40:22 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:34 +0000 (11:15 -0700)
commita539419348486c0994095a6a7d62e2a7c52a9f54
treee7329c084e598cd2f300d5ccaa560a87cebc03c6
parentdb425cf4186fde8d7b010d5f256defa17fac123c
sm501fb printk warning fixes

drivers/video/sm501fb.c: In function 'sm501fb_cursor':
drivers/video/sm501fb.c:992: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
drivers/video/sm501fb.c:992: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'long unsigned int'

Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/sm501fb.c