
13 Jun
2017
13 Jun
'17
4:13 a.m.
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass sjg@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@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@gmail.com