drivers: sunxi-rsb: fix error output type
authorAndre Przywara <andre.przywara@arm.com>
Tue, 22 Dec 2015 12:27:43 +0000 (12:27 +0000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 24 Jan 2016 23:00:49 +0000 (00:00 +0100)
commit2d3e8f70317cc6df93465e51f451d41bad32e010
tree86693ff642be48c71efffe3e8cfdb0e14708a1dd
parent92e963f50fc74041b5e9e744c330dca48e04f08d
drivers: sunxi-rsb: fix error output type

"len" is actually a size_t in this function here, so properly annotate
the dev_err printf type to allow compilation for 64-bit architectures.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/bus/sunxi-rsb.c