Re: [PATCH 03/24] wd33c93: use SCSI status

2019-10-21 Thread Hannes Reinecke
On 10/22/19 1:16 AM, Finn Thain wrote: > On Mon, 21 Oct 2019, Hannes Reinecke wrote: > >> Use standard SCSI status and drop usage of the linux-specific ones. >> >> Signed-off-by: Hannes Reinecke >> --- >> drivers/scsi/wd33c93.c | 21 - >> 1 file changed, 8 insertions(+), 13 d

Re: [PATCH 03/24] wd33c93: use SCSI status

2019-10-21 Thread Finn Thain
On Mon, 21 Oct 2019, Hannes Reinecke wrote: > Use standard SCSI status and drop usage of the linux-specific ones. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/wd33c93.c | 21 - > 1 file changed, 8 insertions(+), 13 deletions(-) > > diff --git a/drivers/scsi/wd33c

Re: [PATCH 03/24] wd33c93: use SCSI status

2019-10-21 Thread kbuild test robot
Hi Hannes, I love your patch! Perhaps something to improve: [auto build test WARNING on mkp-scsi/for-next] [also build test WARNING on v5.4-rc4 next-20191021] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' op

[PATCH 03/24] wd33c93: use SCSI status

2019-10-21 Thread Hannes Reinecke
Use standard SCSI status and drop usage of the linux-specific ones. Signed-off-by: Hannes Reinecke --- drivers/scsi/wd33c93.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c index f81046f0e68a..98e04a7b9d6