gpio: bcm281xx: Don't print addresses of GPIO area in probe()
authorMarkus Mayer <markus.mayer@linaro.org>
Fri, 18 Oct 2013 18:50:03 +0000 (11:50 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 18 Oct 2013 19:44:40 +0000 (21:44 +0200)
commit23b4faa9a36257e75dade0f2945bc3e487e6f463
tree1d08dbc1a36377b18995d3c3cd681f2e7d9c80d5
parentdf231f280f0051e8de05a1f31c13b2ce2a761c3f
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 <markus.mayer@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-bcm-kona.c