Re: [U-Boot] [PATCH 04/29] scsi: Drop scsi_print_error()

2017-06-12 Thread Bin Meng
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass 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 > --- > > common/scsi.c| 5 +++

[U-Boot] [PATCH 04/29] scsi: Drop scsi_print_error()

2017-06-05 Thread Simon Glass
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 --- common/scsi.c| 5 + drivers/block/ahci.c | 5 - drivers/block/sandbox_