From: Fu Zhonghui Date: Mon, 18 Aug 2014 02:48:14 +0000 (+0800) Subject: mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread X-Git-Tag: fixes-against-v3.18-rc2~127^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea67c4ec8218b301d7cac7ee6e63dac0bc566cb;p=pandora-kernel.git mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread 781e989cf59 ("mmc: sdhci: convert to new SDIO IRQ handling") and bf3b5ec66bd ("mmc: sdio_irq: rework sdio irq handling") disabled the use of our own custom threaded IRQ handler, but left in an unconditional wake_up_process() on that handler at resume-time. Link: https://bugzilla.kernel.org/show_bug.cgi?id=80151 In addition, the check for MMC_CAP_SDIO_IRQ capability is added before enable sdio IRQ. Signed-off-by: Jaehoon Chung Signed-off-by: Chris Ball Signed-off-by: Fu Zhonghui Cc: # v3.16+ Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed