From: Markus Mayer Date: Fri, 18 Oct 2013 18:50:03 +0000 (-0700) Subject: gpio: bcm281xx: Don't print addresses of GPIO area in probe() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b4faa9a36257e75dade0f2945bc3e487e6f463;p=pandora-kernel.git gpio: bcm281xx: Don't print addresses of GPIO area in probe() The physical address of the GPIO memory address is already printed implicitly by dev_info() as part of the device name. The virtual address doesn't add any value. In addition, printing a resource_size_t with %x lead to a compiler warning on some platforms. Signed-off-by: Markus Mayer Signed-off-by: Linus Walleij --- Reading git-diff-tree failed