ahci: remove pmp link online check in FBS EH
authorShane Huang <shane.huang@amd.com>
Sat, 8 Jun 2013 08:00:16 +0000 (16:00 +0800)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 27 Jul 2013 04:34:08 +0000 (05:34 +0100)
commitc5c54396415c451ae4540bb23a0d8cc5f6d71d7d
treef2feb28a9811e81df21106250ece2ca44529b763
parente1c3e37d2c1da620040ada44a92bdb18c4e77dd8
ahci: remove pmp link online check in FBS EH

commit 912b9ac683b112615d5605686f1dc086402ce9f7 upstream.

ata_link_online() check in ahci_error_intr() is unnecessary, it should
be removed otherwise may lead to lockup with FBS enabled PMP.
http://marc.info/?l=linux-ide&m=137050421603272&w=2

Reported-by: Yu Liu <liuyu.ac@gmail.com>
Signed-off-by: Shane Huang <shane.huang@amd.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/ata/libahci.c