From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:20 +0000 (+0900) Subject: libata: unify mechanism to request follow-up SRST X-Git-Tag: v2.6.26-rc1~1150^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305d2a1ab137d11d573319c315748a87060fe82d;p=pandora-kernel.git libata: unify mechanism to request follow-up SRST Previously, there were two ways to trigger follow-up SRST from hardreset method - returning -EAGAIN and leaving all device classes unmodified. Drivers never used the latter mechanism and the only use case for the former was when hardreset couldn't classify. Drop the latter mechanism and let -EAGAIN mean "perform follow-up SRST if classification is required". This change removes unnecessary follow-up SRSTs and simplifies reset implementations. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed