Searched hist:"75 c0b3867b3d3ed17142888cd4f334fbee20e3f7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_ata.c | diff 75c0b3867b3d3ed17142888cd4f334fbee20e3f7 Sun Jan 23 08:16:24 CST 2011 James Bottomley <James.Bottomley@suse.de> [SCSI] libsas: fix ATAPI check condition termination
ATAPI check condition needs to be treated the same as a success or protocol return. The register returns from the PACKET command are all correctly positioned in the device to host register FIS and so we should collect them properly. Right at the moment this doesn't matter because libata sends a request sense always for ATAPI errors, but if it ever checked the registers, we should have the correct contents just in case.
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
|