]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] libata-dev: Minor fix for ata_hsm_move() to work with ata_host_intr()
authorAlbert Lee <albertcc@tw.ibm.com>
Sat, 25 Mar 2006 09:45:49 +0000 (17:45 +0800)
committerJeff Garzik <jeff@garzik.org>
Wed, 29 Mar 2006 22:21:53 +0000 (17:21 -0500)
commit6912ccd5a4a095d71fd7215ef2abea877c8fed6f
treee8381968de60c1e92e98b8c35b828ab1c44ca573
parente2cec77117a6e4fcbac2601e2f7b0b3f4f5a4c84
[PATCH] libata-dev: Minor fix for ata_hsm_move() to work with ata_host_intr()

Minor fix for ata_hsm_move() to work with ata_host_intr().
Changes:
- WARN_ON() and comment fix
- Make the HSM_ST_LAST device status checking more rigid.
- Treat unknown HSM state as BUG().

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c