commit | b87cc1b5d3a96ef9f1b3a4f8ce7aaff18e96c994 | [log] [tgz] |
---|---|---|
author | Ludovic Desroches <ludovic.desroches@atmel.com> | Wed May 23 15:52:15 2012 +0200 |
committer | Chris Ball <cjb@laptop.org> | Wed Jun 06 05:57:27 2012 -0400 |
tree | 8987526a74a875536c06a69f93b16aa8cce5ad98 | |
parent | 09eeff52bf20d485bcafc441f01c142c59c3da16 [diff] |
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>