OSDN Git Service

macintosh/windfarm_smu_sat: Fix debug output
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 15 Oct 2018 00:18:49 +0000 (11:18 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Nov 2019 20:24:30 +0000 (21:24 +0100)
commit9953f719cbc4c967fc2a5689cfe5d28745d0914a
tree7812e2e611db18c05084d3aaeb9ccb938bcf6b8c
parent69bc4dc674f7b0f84be7a5dad606924ff84d14de
macintosh/windfarm_smu_sat: Fix debug output

[ Upstream commit fc0c8b36d379a046525eacb9c3323ca635283757 ]

There's some antiquated debug output that's trying
to do a hand-made hexdump and turning into horrible
1-byte-per-line output these days.

Use print_hex_dump() instead

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/macintosh/windfarm_smu_sat.c