commit | ef3fa8c6a2e7c53dbaf2eb33a09ad05177425f12 | [log] [tgz] |
---|---|---|
author | Ilgu Hong <ilgu.hong@promise.com> | Fri Jan 30 17:00:09 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Mar 12 12:58:11 2009 -0500 |
tree | c5c3642c4b3c981ff810b0292cd69ae644d2056b | |
parent | f078727b250c2653fc9a564f15547c17ebac3f99 [diff] |
[SCSI] scsi dh alua: fix group id masking The buf[i] is a byte but we are only asking 4 bits off the group_id. This patch has us take off a byte. Signed-off-by: Ilgu Hong <ilgu.hong@promise.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>