]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] sata_mv: fix irq port status usage
authorJeff Garzik <jeff@garzik.org>
Tue, 21 Mar 2006 00:57:57 +0000 (19:57 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Mar 2006 06:47:29 +0000 (22:47 -0800)
commit1dd6f008de5a04251d9cbe4c1cf67e4c708f9fe9
tree576128b87d4be44cb87760e32094737151cb9aee
parent7705a8792b0fc82fd7d4dd923724606bbfd9fb20
[PATCH] sata_mv: fix irq port status usage

Interrupt handler did not properly initialize a variable on a per-port
basis, leading to incorrect behavior on ports other than port 0.

Bug caught and fixed by Mark Lord.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/sata_mv.c