ibm_rtl: fix printk format warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 22 Oct 2010 23:18:47 +0000 (16:18 -0700)
committerMatthew Garrett <mjg@redhat.com>
Wed, 24 Nov 2010 16:59:31 +0000 (11:59 -0500)
Fix printk format warning:

drivers/platform/x86/ibm_rtl.c:305:warning: format '%#llx' expects type 'long long unsigned int', but argument 2 has type 'phys_addr_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Keith Mannthey <kmannth@us.ibm.com>
Cc: Vernon Mauery <vernux@us.ibm.com>
Cc: platform-driver-x86@vger.kernel.org
Cc: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>

No differences found