commit | fc0c8b36d379a046525eacb9c3323ca635283757 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 15 11:18:49 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Oct 19 00:56:17 2018 +1100 |
tree | 9094be038ce12273a51263daf9b10a71e7d77b55 | |
parent | bd03fd84a53ac9ddaeb0a0fc4c4c9836e12f3ab9 [diff] |
macintosh/windfarm_smu_sat: Fix debug output 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>