mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 15:48:23 +00:00
mmc: sdhi: remove unneeded initialization
Bools are initialized to 'false' by default. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
6a6869869a
commit
ef4a8d90b7
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ static const struct renesas_sdhi_quirks sdhi_quirks_4tap_nohs400 = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct renesas_sdhi_quirks sdhi_quirks_4tap = {
|
static const struct renesas_sdhi_quirks sdhi_quirks_4tap = {
|
||||||
.hs400_disabled = false,
|
|
||||||
.hs400_4taps = true,
|
.hs400_4taps = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue