From: Tejun Heo Date: Mon, 15 May 2006 11:57:38 +0000 (+0900) Subject: [PATCH] libata: remove postreset handling from ata_do_reset() X-Git-Tag: v2.6.18-rc1~1079^2~98^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bd39ec295e49443c8b0c25a6b69fdace18780f;p=pandora-kernel.git [PATCH] libata: remove postreset handling from ata_do_reset() Make ata_do_reset() deal only with reset. postreset is now the responsibility of the caller. This is simpler and eases later prereset addition. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed