mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-17 17:31:01 +00:00
mmc: cv1800b_sdhci: Remove the unused argument
Remove the unused argument about cmd_error.
Fixes: a3b2786651c7 ("mmc: Drop unused mmc_send_tuning() cmd_error parameter")
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
2ea7b7a42a
commit
3657ef738a
@ -42,7 +42,7 @@ static int cv1800b_execute_tuning(struct mmc *mmc, u8 opcode)
|
||||
for (tap = 0; tap < TUNE_MAX_PHCODE; tap++) {
|
||||
cv1800b_set_tap_delay(host, tap);
|
||||
|
||||
if (mmc_send_tuning(host->mmc, opcode, NULL)) {
|
||||
if (mmc_send_tuning(host->mmc, opcode)) {
|
||||
current_size = 0;
|
||||
} else {
|
||||
current_size++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user