summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-11 06:48:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-11 06:48:13 -0700
commitc4a48b7ed2e4287ffd953a152564e2554bc3a26b (patch)
treecd7dc21c3cd1efc98792e47fca3e74c73a968a71
parent33a48f3f456377693d90a522ce0d96155ea43d79 (diff)
parent9578a87b8f9863ec2b6fb6a4f0a8d9e0c5e2203d (diff)
Merge "mmc: host: sdhci-msm-ice: Initialize local variable in ice_cmdq_cfg()"
-rw-r--r--drivers/mmc/host/sdhci-msm-ice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-msm-ice.c b/drivers/mmc/host/sdhci-msm-ice.c
index 2799b21fb6e3..e73bdfd424cc 100644
--- a/drivers/mmc/host/sdhci-msm-ice.c
+++ b/drivers/mmc/host/sdhci-msm-ice.c
@@ -377,7 +377,7 @@ int sdhci_msm_ice_cmdq_cfg(struct sdhci_host *host,
struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
struct sdhci_msm_host *msm_host = pltfm_host->priv;
int err = 0;
- short key_index;
+ short key_index = 0;
sector_t lba = 0;
unsigned int bypass = SDHCI_MSM_ICE_ENABLE_BYPASS;
struct request *req;