Re: [U-Boot] [PATCH v2 05/40] dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()

2017-07-31 Thread Bin Meng
On Sun, Jul 30, 2017 at 1:34 AM, Simon Glass wrote: > Instead of having separate code in the 'scsi' command, adjust it to use > the common function. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/scsi.c | 79 > +++---

[U-Boot] [PATCH v2 05/40] dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()

2017-07-29 Thread Simon Glass
Instead of having separate code in the 'scsi' command, adjust it to use the common function. Signed-off-by: Simon Glass --- Changes in v2: None cmd/scsi.c | 79 +++--- 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/cmd/scs