Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15277
b: refs/heads/master
c: 28120be
h: refs/heads/master
i:
  15275: b129fe7
v: v3
  • Loading branch information
Paul Walmsley authored and Linus Torvalds committed Dec 21, 2005
1 parent bf2e0cd commit c11b0e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23f9b317e0ba4fbc5fc9524275d0105fa87e2027
refs/heads/master: 28120be5d6830cd7c7777d8bf570bdb20abef58a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/storage/scsiglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int slave_configure(struct scsi_device *sdev)
* data comes from.
*/
if (sdev->scsi_level < SCSI_2)
sdev->scsi_level = SCSI_2;
sdev->scsi_level = sdev->sdev_target->scsi_level = SCSI_2;

/* According to the technical support people at Genesys Logic,
* devices using their chips have problems transferring more than
Expand Down Expand Up @@ -162,7 +162,7 @@ static int slave_configure(struct scsi_device *sdev)
* a Get-Max-LUN request, we won't lose much by setting the
* revision level down to 2. The only devices that would be
* affected are those with sparse LUNs. */
sdev->scsi_level = SCSI_2;
sdev->scsi_level = sdev->sdev_target->scsi_level = SCSI_2;

/* USB-IDE bridges tend to report SK = 0x04 (Non-recoverable
* Hardware Error) when any low-level error occurs,
Expand Down

0 comments on commit c11b0e3

Please sign in to comment.