diff options
Diffstat (limited to 'drivers/usb/storage/isd200.c')
-rw-r--r-- | drivers/usb/storage/isd200.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index 6b9982cd5423..ffc4193e9505 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c | |||
@@ -499,7 +499,6 @@ static int isd200_action( struct us_data *us, int action, | |||
499 | memset(&ata, 0, sizeof(ata)); | 499 | memset(&ata, 0, sizeof(ata)); |
500 | srb->cmnd = info->cmnd; | 500 | srb->cmnd = info->cmnd; |
501 | srb->device = &srb_dev; | 501 | srb->device = &srb_dev; |
502 | ++srb->serial_number; | ||
503 | 502 | ||
504 | ata.generic.SignatureByte0 = info->ConfigData.ATAMajorCommand; | 503 | ata.generic.SignatureByte0 = info->ConfigData.ATAMajorCommand; |
505 | ata.generic.SignatureByte1 = info->ConfigData.ATAMinorCommand; | 504 | ata.generic.SignatureByte1 = info->ConfigData.ATAMinorCommand; |
@@ -1510,7 +1509,7 @@ static int isd200_Initialization(struct us_data *us) | |||
1510 | * Protocol and Transport for the ISD200 ASIC | 1509 | * Protocol and Transport for the ISD200 ASIC |
1511 | * | 1510 | * |
1512 | * This protocol and transport are for ATA devices connected to an ISD200 | 1511 | * This protocol and transport are for ATA devices connected to an ISD200 |
1513 | * ASIC. An ATAPI device that is conected as a slave device will be | 1512 | * ASIC. An ATAPI device that is connected as a slave device will be |
1514 | * detected in the driver initialization function and the protocol will | 1513 | * detected in the driver initialization function and the protocol will |
1515 | * be changed to an ATAPI protocol (Transparent SCSI). | 1514 | * be changed to an ATAPI protocol (Transparent SCSI). |
1516 | * | 1515 | * |