[PATCH AUTOSEL 4.4 25/77] macintosh/windfarm_smu_sat: Fix debug output

2019-11-16 Thread Sasha Levin
From: Benjamin Herrenschmidt [ 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

[PATCH AUTOSEL 4.9 30/99] macintosh/windfarm_smu_sat: Fix debug output

2019-11-16 Thread Sasha Levin
From: Benjamin Herrenschmidt [ 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

[PATCH AUTOSEL 4.14 048/150] macintosh/windfarm_smu_sat: Fix debug output

2019-11-16 Thread Sasha Levin
From: Benjamin Herrenschmidt [ 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

[PATCH AUTOSEL 4.19 075/237] macintosh/windfarm_smu_sat: Fix debug output

2019-11-16 Thread Sasha Levin
From: Benjamin Herrenschmidt [ 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

Re: macintosh/windfarm_smu_sat: Fix debug output

2018-10-18 Thread Michael Ellerman
On Mon, 2018-10-15 at 00:18:49 UTC, Benjamin Herrenschmidt wrote: > 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 Applied to

[PATCH] macintosh/windfarm_smu_sat: Fix debug output

2018-10-14 Thread Benjamin Herrenschmidt
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 --- drivers/macintosh/windfarm_smu_sat.c | 25 +++-- 1 file changed, 7