Searched hist:"0 b0e1d6cbcc8627970e0399df8f06edd690ec7d9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | diff 0b0e1d6cbcc8627970e0399df8f06edd690ec7d9 Tue Aug 09 08:17:30 CDT 2011 Stephen M. Cameron <scameron@beardog.cce.hp.com> [SCSI] hpsa: fix problem that OBDR devices are not detected
The test to detect OBDR ("One Button Disaster Recovery") cd-rom devices was comparing against uninitialized data.
Fixed by moving the test for the device to where the inquiry data is collected, and uninitialized variable altogether as it wasn't really being used.
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Cc: stable@kernel.org Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|