staging: tidspbridge: silence the compiler
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 2 Feb 2012 22:51:08 +0000 (23:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 17:32:08 +0000 (09:32 -0800)
commit9fdf6550613d1b7ac251a1e254829a4b9636c380
treef7ea1962a507501e07848478b8690d2f6c9e44a9
parent7724e8bfda8a5e7fd0a1f9819fd9b750c43e0495
staging: tidspbridge: silence the compiler

When compiling this report is raised by the compiler:

  CC [M]  drivers/staging/tidspbridge/rmgr/drv_interface.o
drivers/staging/tidspbridge/rmgr/drv_interface.c: In function 'bridge_mmap':
drivers/staging/tidspbridge/rmgr/drv_interface.c:275:2: warning: format '%lx' expects type 'long unsigned int', but argument 9 has type 'pgprot_t'

This patch fixes that warning message.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/rmgr/drv_interface.c