From: Tejun Heo Date: Tue, 12 May 2009 01:57:41 +0000 (+0900) Subject: ahci: misc cleanups for EM stuff X-Git-Tag: v2.6.31-rc1~388^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50ce07d6fd8a422757a231f9d7293cbddeaec31;p=pandora-kernel.git ahci: misc cleanups for EM stuff Make the following EM related cleanups. * Use msleep(1) instead of udelay(100) and reduce retry count to 5. * s/MAX_SLOTS/EM_MAX_SLOTS/, s/MAX_RETRY/EM_MAX_RETRY/ * Make EM constants enums as suggested by Jeff. Signed-off-by: Tejun Heo Acked-by: David Milburn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed