From: Tejun Heo Date: Sun, 18 May 2008 16:15:05 +0000 (+0900) Subject: libata: fix sata_link_hardreset() @online out parameter handling X-Git-Tag: v2.6.26-rc4~120^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbf0711a1ebcc4d3aea8e11def684afc2c07ef8;p=pandora-kernel.git libata: fix sata_link_hardreset() @online out parameter handling The @online out parameter is supposed to set to true iff link is online and reset succeeded as advertised in the function description and callers are coded expecting that. However, sata_link_reset() didn't behave this way on device readiness test failure. Fix it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed