Commit 496182a3 authored by zhang songyi's avatar zhang songyi Committed by Ulf Hansson

mmc: sdhci: Remove unneeded semicolon

The semicolon after the "}" is unneeded.
Signed-off-by: default avatarzhang songyi <zhang.songyi@zte.com.cn>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/202212021031575255977@zte.com.cnSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent fc02e2b5
......@@ -2289,7 +2289,7 @@ static bool sdhci_timing_has_preset(unsigned char timing)
case MMC_TIMING_UHS_DDR50:
case MMC_TIMING_MMC_DDR52:
return true;
};
}
return false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment