]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 29 Dec 2017 17:00:08 +0000 (02:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 22 Jan 2018 05:11:58 +0000 (14:11 +0900)
commitbe165fbbf18ad3926337fe51a337dca730fa7278
tree486ce139cfb2709dd15b64e67afd2751af0f2f81
parent4b28f7bc930347cb99a6ee2f213ce9db34e36697
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()

This line overwrites host_cap that has been set by drivers and/or
helpers like mmc_of_parse().  Accumulate capabilities flags.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/sdhci.c