From: Alan Date: Wed, 31 Jan 2007 17:47:24 +0000 (+0000) Subject: libata: Fix ata_busy_wait() kernel docs X-Git-Tag: v2.6.20~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0777721c9b270f087bf967369c9acbee3f1a12ae;p=pandora-kernel.git libata: Fix ata_busy_wait() kernel docs > Looks like you should use ata_busy_wait() here, rather than reproducing > the same code again. It waits in 10uS chunks while 1uS chunks were used in the workaround. Could indeed do that once I know the fix is right. While I'm at it the ata_busy_wait kerneldoc is borked so here's a fix Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed