]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0dbbea0156ecd6e51a7d281bc2f2e12bac1b7c8d
tree1d08dbc1a36377b18995d3c3cd681f2e7d9c80d5
parentfb01a30a0da92f2c7adcc2b3a77725859b85e839
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