Skip to content

Commit 293ed0f

Browse files
Victor Shihstorulf
authored andcommitted
mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() for consistency
In preparation to fix replay timer timeout, rename the gli_set_gl9763e() to gl9763e_hw_setting() for consistency. Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw> Fixes: 1ae1d2d ("mmc: sdhci-pci-gli: Add Genesys Logic GL9763E support") Cc: stable@vger.kernel.org Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/20250731065752.450231-3-victorshihgli@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent dec8b38 commit 293ed0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mmc/host/sdhci-pci-gli.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ static int gl9763e_add_host(struct sdhci_pci_slot *slot)
17531753
return ret;
17541754
}
17551755

1756-
static void gli_set_gl9763e(struct sdhci_pci_slot *slot)
1756+
static void gl9763e_hw_setting(struct sdhci_pci_slot *slot)
17571757
{
17581758
struct pci_dev *pdev = slot->chip->pdev;
17591759
u32 value;
@@ -1925,7 +1925,7 @@ static int gli_probe_slot_gl9763e(struct sdhci_pci_slot *slot)
19251925
gli_pcie_enable_msi(slot);
19261926
host->mmc_host_ops.hs400_enhanced_strobe =
19271927
gl9763e_hs400_enhanced_strobe;
1928-
gli_set_gl9763e(slot);
1928+
gl9763e_hw_setting(slot);
19291929
sdhci_enable_v4_mode(host);
19301930

19311931
return 0;

0 commit comments

Comments
 (0)