[libata] AHCI: fix newly introduced host-reset bug
authorJeff Garzik <jeff@garzik.org>
Mon, 29 Oct 2007 14:43:55 +0000 (10:43 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 29 Oct 2007 14:43:55 +0000 (10:43 -0400)
commitab6fc95f609b372a19e18ea689986846ab1ba29c
tree596c0139d5054bfe31b3c3ee36bcc8e6c50e8f9f
parent360737a982b1ae09e1659e0bb27085c03f02f404
[libata] AHCI: fix newly introduced host-reset bug

The recent fix to host reset introduced a problem, whereby AHCI-enable
bit would be cleared upon reset, if it was not asserted prior to reset.

Unconditionally enable AHCI-enable bit.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci.c