[PATCH] ahci: hardreset classification fix
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:25 +0000 (20:57 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:25 +0000 (20:57 +0900)
commite4fac92ae744cd5d5c3c1774825788e6b91a5965
tree26af28126d5051f6bd49763ff99a9e6945c87920
parent3c567b7d1137633f3ff67cd1df94abc5fd497a85
[PATCH] ahci: hardreset classification fix

AHCI calls ata_dev_classify() even when no device is attached which
results in false class code.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/ahci.c