diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2022-12-30 19:29:34 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-12-30 19:29:34 +0300 |
commit | 6b1c374c45605504ed32e855c4e0f9b652a1978e (patch) | |
tree | 2c1b90e6ef3c5fde1c871df110d7a3f8a2e3117d /drivers/scsi/scsi_debug.c | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
parent | 1a5665fc8d7a000671ebd3fe69c6f9acf1e0dcd9 (diff) | |
download | linux-6b1c374c45605504ed32e855c4e0f9b652a1978e.tar.xz |
Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes
Pull in remaining patches from the 6.2 queue.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi_debug.c')
-rw-r--r-- | drivers/scsi/scsi_debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c index cc6953809a24..8553277effb3 100644 --- a/drivers/scsi/scsi_debug.c +++ b/drivers/scsi/scsi_debug.c @@ -1511,8 +1511,6 @@ static int inquiry_vpd_b0(unsigned char *arr) put_unaligned_be64(sdebug_write_same_length, &arr[32]); return 0x3c; /* Mandatory page length for Logical Block Provisioning */ - - return sizeof(vpdb0_data); } /* Block device characteristics VPD page (SBC-3) */ |