You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: rts5208: rename mmc_ddr_tunning_rx_cmd to mmc_ddr_tuning_rx_cmd
Trival fix to spelling mistake in function name Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
52056bd7ac
commit
da7ca1e05f
@@ -1654,7 +1654,7 @@ static int sd_ddr_tuning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static int mmc_ddr_tunning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
|
||||
static int mmc_ddr_tuning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
|
||||
{
|
||||
struct sd_info *sd_card = &chip->sd_card;
|
||||
int retval;
|
||||
@@ -1933,7 +1933,7 @@ static int sd_tuning_rx(struct rtsx_chip *chip)
|
||||
|
||||
} else {
|
||||
if (CHK_MMC_DDR52(sd_card)) {
|
||||
tuning_cmd = mmc_ddr_tunning_rx_cmd;
|
||||
tuning_cmd = mmc_ddr_tuning_rx_cmd;
|
||||
} else {
|
||||
rtsx_trace(chip);
|
||||
return STATUS_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user