From: Tejun Heo Date: Tue, 24 Jan 2006 08:05:22 +0000 (+0900) Subject: [PATCH] libata: implement ata_drive_probe_reset() X-Git-Tag: v2.6.17-rc1~1182^2~109 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62c0fc526c344d8163f7a9e45e68cc63826ffd3;p=pandora-kernel.git [PATCH] libata: implement ata_drive_probe_reset() Most low level drivers share supported reset/classify actions and sequence. This patch implements ata_drive_probe_reset() which helps constructing ->probe_reset from three component operations - softreset, hardreset and postreset. This minimizes duplicate code and yet allows flexibility if needed. The three component operations can also be shared by EH later. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed