Pierre Ossman 73778120c4 mmc: Fix mmc_delay() function
Several fixes for mmc_delay():

 * Repair if-clause that was supposed to detect sub-hz delays.
 * Change yield() to cond_resched() as yield() no longer has the
   semantics we desire.
 * mmc_delay() is used to guarantee protocol delays, so we cannot
   return early (i.e. use _interruptable).

Based on patch by Amol Lad.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2006-12-01 18:27:23 +01:00
..
2006-12-01 17:58:53 +01:00
2006-12-01 17:58:53 +01:00
2006-12-01 17:58:53 +01:00
2006-12-01 17:56:46 +01:00
2006-12-01 17:56:46 +01:00
2006-10-04 07:55:15 -07:00
2006-12-01 18:27:23 +01:00
2006-10-04 07:55:15 -07:00
2006-12-01 17:58:53 +01:00
2006-12-01 18:02:03 +01:00
2006-12-01 17:58:53 +01:00
2005-04-16 15:20:36 -07:00
2006-12-01 17:58:53 +01:00
2006-10-24 22:01:11 -07:00
2006-12-01 17:58:53 +01:00