From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 13 Oct 2015 20:51:51 +0900 Subject: [U-Boot] [PATCH v3 1/4] exynos: Properly zero initialize host in s5p_sdhci_init() In-Reply-To: <1444045673-31770-1-git-send-email-tjakobi@math.uni-bielefeld.de> References: <1444045673-31770-1-git-send-email-tjakobi@math.uni-bielefeld.de> Message-ID: <561CF057.1080603@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/10/15 20:47, Tobias Jakobi wrote: > This makes sure that setting the host_caps in s5p_sdhci_core_init() > doesn't operate on potentially uninitialized memory. > > Acked-by: Lukasz Majewski > Signed-off-by: Tobias Jakobi > --- > drivers/mmc/s5p_sdhci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.