From: Doug Anderson Date: Wed, 25 Feb 2015 18:11:52 +0000 (-0800) Subject: mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2540effa70097f8e74aeaa83525dea7ccfc47a;p=pandora-kernel.git mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted It's unlikely that this is really needed on any single-slot systems where we disable card detects until the end of probe, but it still seems safer to check to make sure that a slot has been initted before we try to dereference it to find the SDIO interrupt mask. Signed-off-by: Doug Anderson Tested-by: Javier Martinez Canillas Signed-off-by: Jaehoon Chung Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed