Loading drivers/mmc/host/sdhci-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -3953,10 +3953,8 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto pltfm_free; } if (ret <= 2) { if (ret <= 2) sdhci_slot[ret-1] = msm_host; host->slot_no = ret; } msm_host->pdata = sdhci_msm_populate_pdata(&pdev->dev, msm_host); Loading drivers/mmc/host/sdhci.c +0 −2 Original line number Diff line number Diff line Loading @@ -166,8 +166,6 @@ static void sdhci_dumpregs(struct sdhci_host *host) host->ops->dump_vendor_regs(host); sdhci_dump_state(host); pr_info(DRIVER_NAME ": ===========================================\n"); if (host->slot_no == 1) BUG_ON(1); } /*****************************************************************************\ Loading include/linux/mmc/sdhci.h +0 −2 Original line number Diff line number Diff line Loading @@ -293,8 +293,6 @@ struct sdhci_host { ktime_t reset_wa_t; /* time when the reset workaround is applied */ int reset_wa_cnt; /* total number of times workaround is used */ int slot_no; unsigned long private[0] ____cacheline_aligned; }; #endif /* LINUX_MMC_SDHCI_H */ Loading
drivers/mmc/host/sdhci-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -3953,10 +3953,8 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto pltfm_free; } if (ret <= 2) { if (ret <= 2) sdhci_slot[ret-1] = msm_host; host->slot_no = ret; } msm_host->pdata = sdhci_msm_populate_pdata(&pdev->dev, msm_host); Loading
drivers/mmc/host/sdhci.c +0 −2 Original line number Diff line number Diff line Loading @@ -166,8 +166,6 @@ static void sdhci_dumpregs(struct sdhci_host *host) host->ops->dump_vendor_regs(host); sdhci_dump_state(host); pr_info(DRIVER_NAME ": ===========================================\n"); if (host->slot_no == 1) BUG_ON(1); } /*****************************************************************************\ Loading
include/linux/mmc/sdhci.h +0 −2 Original line number Diff line number Diff line Loading @@ -293,8 +293,6 @@ struct sdhci_host { ktime_t reset_wa_t; /* time when the reset workaround is applied */ int reset_wa_cnt; /* total number of times workaround is used */ int slot_no; unsigned long private[0] ____cacheline_aligned; }; #endif /* LINUX_MMC_SDHCI_H */