mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
mmc: sdhci-pci: Avoid comma separated statements
[ Upstream commitba8734dfbe] Use semicolons. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/20210311181432.6385cd2b@xhacker.debian Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Stable-dep-of:9dc0033e46("mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a06721767c
commit
afeae13b8a
|
|
@ -975,7 +975,7 @@ static int glk_emmc_probe_slot(struct sdhci_pci_slot *slot)
|
||||||
slot->host->mmc->caps2 |= MMC_CAP2_CQE;
|
slot->host->mmc->caps2 |= MMC_CAP2_CQE;
|
||||||
|
|
||||||
if (slot->chip->pdev->device != PCI_DEVICE_ID_INTEL_GLK_EMMC) {
|
if (slot->chip->pdev->device != PCI_DEVICE_ID_INTEL_GLK_EMMC) {
|
||||||
slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES,
|
slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES;
|
||||||
slot->host->mmc_host_ops.hs400_enhanced_strobe =
|
slot->host->mmc_host_ops.hs400_enhanced_strobe =
|
||||||
intel_hs400_enhanced_strobe;
|
intel_hs400_enhanced_strobe;
|
||||||
slot->host->mmc->caps2 |= MMC_CAP2_CQE_DCMD;
|
slot->host->mmc->caps2 |= MMC_CAP2_CQE_DCMD;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user