a4c0645326
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
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)
|