Re: [PATCH 08/12] ide-floppy: Use blk_rq_is_scsi()

2017-08-18 Thread Hannes Reinecke
On 08/18/2017 01:23 AM, Bart Van Assche wrote: > This patch does not change any functionality. > > Signed-off-by: Bart Van Assche > Cc: David S. Miller > Cc: linux-...@vger.kernel.org > --- > drivers/ide/ide-floppy.c | 2 +- > 1 file changed, 1

Re: [PATCH 08/12] ide-floppy: Use blk_rq_is_scsi()

2017-08-17 Thread David Miller
From: Bart Van Assche Date: Thu, 17 Aug 2017 16:23:07 -0700 > This patch does not change any functionality. > > Signed-off-by: Bart Van Assche Acked-by: David S. Miller

[PATCH 08/12] ide-floppy: Use blk_rq_is_scsi()

2017-08-17 Thread Bart Van Assche
This patch does not change any functionality. Signed-off-by: Bart Van Assche Cc: David S. Miller Cc: linux-...@vger.kernel.org --- drivers/ide/ide-floppy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/ide-floppy.c