[PATCH] mmc: sdhci-msm: Fix crash due to missing ops functions

2014-06-10 Thread Kumar Gala
Recent changes in sdhci core need to get reflected in sdhci_msm_ops otherwise we ended up dereferencing null pointers in the ops struct and crash. Signed-off-by: Kumar Gala --- drivers/mmc/host/sdhci-msm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/host/sdhci-msm.c

[PATCH] mmc: sdhci-msm: Fix crash due to missing ops functions

2014-06-10 Thread Kumar Gala
Recent changes in sdhci core need to get reflected in sdhci_msm_ops otherwise we ended up dereferencing null pointers in the ops struct and crash. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/mmc/host/sdhci-msm.c | 4 1 file changed, 4 insertions(+) diff --git