commit | a38bb0d0377dd47dfc9270fb46112bca263e8885 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Jan 24 19:13:10 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Jan 31 23:55:56 2021 +0000 |
tree | 72a47bb1d653cf273b3754bef24061b7a062774a | |
parent | 36ff6f00fb381fa906f563b153bdf533081d7513 [diff] |
ata: sunxi: fix debug messages It is useless and misleading to print the ret variable that is not set by the dev_read_addr routine. Also, move the '\n' character after the round bracket that contains the error code. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>