summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-06-03 21:06:25 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-06-03 21:06:33 +0300
commit5992d8272eb7477f97ac846f191117b51d85fe1f (patch)
tree3e378e4b7efa68fc489f5736b59d7ae6edff51c3
parentf1ec197e1ffc2b8332c6758b955efa12837df91b (diff)
Revert "mmc: host: sdhci-msm-ice: Fix compilation issue in ice"
* We'll take the upstream fix This reverts commit 42cd08dbef4a96deb019c7b012620bf01e0cb092. Change-Id: I3b98416fd967ded22f5f3dfbce2d149c149d86bd
-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 a8dc6a0dcdfa..e73bdfd424cc 100644
--- a/drivers/mmc/host/sdhci-msm-ice.c
+++ b/drivers/mmc/host/sdhci-msm-ice.c
@@ -311,7 +311,7 @@ void sdhci_msm_ice_hci_update_noncq_cfg(struct sdhci_host *host,
*/
/* Configure ICE bypass mode */
crypto_params |=
- ((!bypass) & MASK_SDHCI_MSM_ICE_HCI_PARAM_CE)
+ (!bypass & MASK_SDHCI_MSM_ICE_HCI_PARAM_CE)
<< OFFSET_SDHCI_MSM_ICE_HCI_PARAM_CE;
/* Configure Crypto Configure Index (CCI) */
crypto_params |= (key_index &