]> git.baikalelectronics.ru Git - kernel.git/commit
fbmem: avoid printk format warning with 32-bit resources
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 21 May 2010 19:44:47 +0000 (12:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 May 2010 03:30:33 +0000 (20:30 -0700)
commiteb6612d4008ccf96f7191d496f4217d6d557e21a
tree8940649c70ce9cee1186e602d7ad81de06bbbcec
parent737b734fe285436035faa1fb4c780f06d5dbbd9e
fbmem: avoid printk format warning with 32-bit resources

Fix printk formats:

  drivers/video/fbmem.c: In function 'fb_do_apertures_overlap':
  drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t'
  drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'resource_size_t'
  drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'
  drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'resource_size_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fbmem.c