Skip to content

Commit 4ab8829

Browse files
Victor Shihgregkh
authored andcommitted
mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() for consistency
commit 293ed0f upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 439cf5e commit 4ab8829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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;
@@ -1928,7 +1928,7 @@ static int gli_probe_slot_gl9763e(struct sdhci_pci_slot *slot)
19281928
gli_pcie_enable_msi(slot);
19291929
host->mmc_host_ops.hs400_enhanced_strobe =
19301930
gl9763e_hs400_enhanced_strobe;
1931-
gli_set_gl9763e(slot);
1931+
gl9763e_hw_setting(slot);
19321932
sdhci_enable_v4_mode(host);
19331933

19341934
return 0;

0 commit comments

Comments
 (0)