From: Ludovic Desroches Date: Wed, 23 May 2012 13:52:15 +0000 (+0200) Subject: mmc: atmel-mci: fix data timeout issue X-Git-Tag: v3.5-rc4~28^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b87cc1b5d3a96ef9f1b3a4f8ce7aaff18e96c994;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed