mmc: atmel-mci: fix data timeout issue
authorLudovic Desroches <ludovic.desroches@atmel.com>
Wed, 23 May 2012 13:52:15 +0000 (15:52 +0200)
committerChris Ball <cjb@laptop.org>
Wed, 6 Jun 2012 09:57:27 +0000 (05:57 -0400)
The data timeout timer was configured after mmc_add_host call. So, with bad
timings, it was possible to have a mmc request causing mod_timer call on a
non setup timer.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found