commit | 4ea580f1db62c5419e6690878fd61a740f3aae8e | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Fri Apr 17 08:44:19 2009 +0530 |
committer | Pierre Ossman <pierre@ossman.eu> | Sun May 03 22:12:27 2009 +0200 |
tree | c1eac49aef0f4a4f097f6bd21790694a6443951a | |
parent | 4accfe2577fab83e41db02282570e849f24ddf53 [diff] |
mmci: fix crash with debug enabled If MMC debugging is enabled, the mmci driver oopses because the DBG macro uses host->mmc before it is set. Set it earlier. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Pierre Ossman <pierre@ossman.eu>