[PATCH] libata: remove postreset handling from ata_do_reset()
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:38 +0000 (20:57 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:38 +0000 (20:57 +0900)
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 <htejun@gmail.com>

No differences found