[U-Boot] [PATCH 04/29] scsi: Drop scsi_print_error()
Bin Meng
bmeng.cn at gmail.com
Tue Jun 13 02:13:00 UTC 2017
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass <sjg at chromium.org> wrote:
> This function is only defined by one driver and is empty. Move it into
> the SCSI implementation itself. We could remove it, but it should be
> useful for debugging.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> common/scsi.c | 5 +++++
> drivers/block/ahci.c | 5 -----
> drivers/block/sandbox_scsi.c | 4 ----
> include/scsi.h | 1 -
> 4 files changed, 5 insertions(+), 10 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list