From: Tejun Heo Date: Sun, 18 May 2008 16:15:11 +0000 (+0900) Subject: libata: make sure PMP notification is turned off during recovery X-Git-Tag: v2.6.26-rc4~120^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1bbfb90e81dd84d59de6370689ee6fe6a71fee0;p=pandora-kernel.git libata: make sure PMP notification is turned off during recovery PMP notification during reset can make some controllers fail reset processing and needs to be turned off during resets. PMP attach and full-revalidation path did this via sata_pmp_configure() but the quick revalidation wasn't. Move the notification disable code right above fan-out port recovery so that it's always turned off. This fixes obscure reset failures. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed