]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: cros ec: spi: Fix debug output
authorThierry Reding <thierry.reding@gmail.com>
Mon, 18 Nov 2013 10:30:49 +0000 (11:30 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 26 Nov 2013 09:00:07 +0000 (09:00 +0000)
commit2598e13f94e3629b1475cb99816962e35913e3c0
tree725029d6d79a7edaa6a1e773415f17182b082bcb
parente1a50d11f98f305097efbe1f88062f5dc1e5fcfc
mfd: cros ec: spi: Fix debug output

The dev_cont() symbol doesn't exist, so replace it with pr_cont(). While
at it, also append a newline to the debug output to make it look nicer.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec_spi.c