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>
Sun, 1 Dec 2019 08:13:39 +0000 (09:13 +0100)
commitee10dcb0d52146cfe2e8d1354e9bca723ebb3ec6
tree226f02475ad15baf70af7b3f77ca1ebde348020b
parente7d723976099baad7eb092ded45ca5dbf3105a10
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