Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136268
b: refs/heads/master
c: b3f1f9a
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Mar 12, 2009
1 parent 57b2604 commit 80e627c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3442f802a8169a0c18d411d95f0e71b9205ed607
refs/heads/master: b3f1f9aa082b2ab86dec4db3d8b1566af345387e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ses.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static void ses_match_to_enclosure(struct enclosure_device *edev,
u8 type = desc[1] & 0x0f;
u8 len = desc[3];

if (piv && code_set == 1 && assoc == 1 && code_set == 1
if (piv && code_set == 1 && assoc == 1
&& proto == SCSI_PROTOCOL_SAS && type == 3 && len == 8)
efd.addr = (u64)desc[4] << 56 |
(u64)desc[5] << 48 |
Expand Down

0 comments on commit 80e627c

Please sign in to comment.