mmc: sdhci-msm: disable qos for sdcc
Work-around for a crash that needs qos changes. Change-Id: I8ecf8a0a50f80a70ec30832c28ece2a0d1bc438e Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>
This commit is contained in:
parent
fadf81d820
commit
13d3fdd20d
@ -3915,6 +3915,7 @@ static void sdhci_msm_qos_init(struct sdhci_msm_host *msm_host)
|
||||
struct qos_cpu_group *qcg;
|
||||
int i, err, mask = 0;
|
||||
|
||||
return;
|
||||
qr = kzalloc(sizeof(*qr), GFP_KERNEL);
|
||||
if (!qr)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user