Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108882
b: refs/heads/master
c: 8479fca
h: refs/heads/master
v: v3
  • Loading branch information
Chandra Seetharaman authored and James Bottomley committed Aug 16, 2008
1 parent 8bc8183 commit 7c995e7
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: 24541f99ba7231de26355d1cb87ab06e0f593efb
refs/heads/master: 8479fca119fac63538af9e313ad0b8658cbbe662
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int get_lun(struct scsi_device *sdev, struct rdac_dh_data *h)
if (inqp->page_id[0] != 'e' || inqp->page_id[1] != 'd' ||
inqp->page_id[2] != 'i' || inqp->page_id[3] != 'd')
return SCSI_DH_NOSYS;
h->lun = scsilun_to_int((struct scsi_lun *)inqp->lun);
h->lun = inqp->lun[7]; /* Uses only the last byte */
}
return err;
}
Expand Down

0 comments on commit 7c995e7

Please sign in to comment.