]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/s5p_sdhci.c
exynos: Properly zero initialize host in s5p_sdhci_init()
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Mon, 5 Oct 2015 11:47:50 +0000 (13:47 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 13 Oct 2015 11:22:28 +0000 (20:22 +0900)
commit1a9d1731f93ad170f0c19b93407630b0fb966fd0
tree95b3f114dbeeea5f814aca9f9c0374b6db072d2a
parent8e34a74d6979c6281042b97f3f00b1688dc65539
exynos: Properly zero initialize host in s5p_sdhci_init()

This makes sure that setting the host_caps in s5p_sdhci_core_init()
doesn't operate on potentially uninitialized memory.

Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/s5p_sdhci.c