From: Yangbo Lu Date: Fri, 10 Jul 2015 03:36:45 +0000 (+0800) Subject: mmc: sdio: avoid using NULL sdio_irq_thread pointer X-Git-Tag: omap-for-v4.3/fixes-rc1~60^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13e5b9f3c625916d7658ba526574a5d24e4d664;p=pandora-kernel.git mmc: sdio: avoid using NULL sdio_irq_thread pointer For Freescale QorIQ LS1021AQDS board, there is a SDIO interrupt in the process of resume without inserting SD adapter because of some unknown issue. But the driver doesn't assign sdio_irq_thread pointer. This will block the resume of kernel. This patch is used to avoid using NULL sdio_irq_thread pointer. Signed-off-by: Yangbo Lu Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed