From: Tejun Heo Date: Wed, 30 Jan 2008 09:18:26 +0000 (+0900) Subject: libata: make EH fail gracefully if no reset method is available X-Git-Tag: v2.6.26-rc1~1150^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7faa3f2b99f8fb246c8cdeef971e55ceda4e52;p=pandora-kernel.git libata: make EH fail gracefully if no reset method is available When no reset method is available, libata currently oopses. Although the condition can't happen unless there's a bug in a low level driver, oopsing isn't the best way to report the error condition. Complain, dump stack and fail reset instead. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed