Re: [PATCH 1/1 linux-next] scsi: remove unused label in sg_scsi_ioctl()

2014-10-23 Thread Jens Axboe
On 10/23/2014 12:23 PM, Fabian Frederick wrote: > label 'out' is unused since commit 374f8fdea4aa > ("scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND") This got fixed up yesterday. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

[PATCH 1/1 linux-next] scsi: remove unused label in sg_scsi_ioctl()

2014-10-23 Thread Fabian Frederick
label 'out' is unused since commit 374f8fdea4aa ("scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND") Signed-off-by: Fabian Frederick --- block/scsi_ioctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index cc7927a..d1ae462 100644 --- a/block/sc