]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitb87cc1b5d3a96ef9f1b3a4f8ce7aaff18e96c994
tree8987526a74a875536c06a69f93b16aa8cce5ad98
parent09eeff52bf20d485bcafc441f01c142c59c3da16
mmc: atmel-mci: fix data timeout issue

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>
drivers/mmc/host/atmel-mci.c