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

mmc: sdhci: Remove unneeded semicolon

parent fc02e2b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}