]> git.karo-electronics.de Git - mv-sheeva.git/commit
[PATCH] ahci: fix err_mask setting in ahci_host_intr
authorTejun Heo <htejun@gmail.com>
Mon, 23 Jan 2006 04:09:36 +0000 (13:09 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 03:36:27 +0000 (22:36 -0500)
commit284b6481cc7112ca6a9e60b7a9b650fba3bf0492
treee8b8b1a69ebb881bd7e2176ef330e417a3ca80d9
parent8e436af9326f5cc2e07d76505154ffddfb04b485
[PATCH] ahci: fix err_mask setting in ahci_host_intr

In ahci_host_intr err_mask is determined from IRQ status but never
used.  This patch sets qc->err_mask to the determined err_mask.

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