diff options
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.38/811-mmc-null-ptr-fix.patch')
-rw-r--r-- | target/linux/omap24xx/patches-2.6.38/811-mmc-null-ptr-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/omap24xx/patches-2.6.38/811-mmc-null-ptr-fix.patch b/target/linux/omap24xx/patches-2.6.38/811-mmc-null-ptr-fix.patch deleted file mode 100644 index 16b9ca6fe2..0000000000 --- a/target/linux/omap24xx/patches-2.6.38/811-mmc-null-ptr-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |