commit | 23b4faa9a36257e75dade0f2945bc3e487e6f463 | [log] [tgz] |
---|---|---|
author | Markus Mayer <markus.mayer@linaro.org> | Fri Oct 18 11:50:03 2013 -0700 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Oct 18 21:44:40 2013 +0200 |
tree | 1d08dbc1a36377b18995d3c3cd681f2e7d9c80d5 | |
parent | df231f280f0051e8de05a1f31c13b2ce2a761c3f [diff] |
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>