projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2abd4f1
)
mmc: cb710: clear irq handler on init() error path
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Sun, 21 Mar 2010 06:44:34 +0000
(07:44 +0100)
committer
Chris Ball
<cjb@laptop.org>
Sat, 23 Oct 2010 13:11:20 +0000
(21:11 +0800)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/cb710-mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/cb710-mmc.c
b/drivers/mmc/host/cb710-mmc.c
index 5374b6b5a0680593c11d2f65966af9e1ebc002e9..2299afc431e038a58335a98189fc5f7cb0ab1298 100644
(file)
--- a/
drivers/mmc/host/cb710-mmc.c
+++ b/
drivers/mmc/host/cb710-mmc.c
@@
-743,6
+743,7
@@
static int __devinit cb710_mmc_init(struct platform_device *pdev)
err_free_mmc:
dev_dbg(cb710_slot_dev(slot), "mmc_add_host() failed: %d\n", err);
+ cb710_set_irq_handler(slot, NULL);
mmc_free_host(mmc);
return err;
}