i2c: pxa: clean up decode_bits()
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 27 Apr 2020 18:49:27 +0000 (19:49 +0100)
committerWolfram Sang <wsa@kernel.org>
Tue, 5 May 2020 12:51:01 +0000 (14:51 +0200)
commitbb82ba690757fb483b5848d3e2f577a102e8a9c8
tree79bbc562c821a61d7107abc67a940fe2e21c54ea
parent88b73ee7ca4c90baf136ed5a8377fc5a9b73ac08
i2c: pxa: clean up decode_bits()

Clean up decode_bits() to use pr_cont(), and move the newline into the
function rather than at its two callsites. Avoid printing an
unnecessary space before the newline.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-pxa.c