mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:29:21 +02:00
95ef6e1d42
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26905 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
291 B
Diff
12 lines
291 B
Diff
--- a/drivers/mmc/host/omap.c
|
|
+++ b/drivers/mmc/host/omap.c
|
|
@@ -832,7 +832,7 @@ static irqreturn_t mmc_omap_irq(int irq,
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
- if (end_command)
|
|
+ if (end_command && host->cmd)
|
|
mmc_omap_cmd_done(host, host->cmd);
|
|
if (host->data != NULL) {
|
|
if (transfer_error)
|