From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 13 Oct 2015 20:52:26 +0900 Subject: [U-Boot] [PATCH v3 4/4] exynos: more debug and cleanup in do_sdhci_init() In-Reply-To: <1444045673-31770-4-git-send-email-tjakobi@math.uni-bielefeld.de> References: <1444045673-31770-1-git-send-email-tjakobi@math.uni-bielefeld.de> <1444045673-31770-4-git-send-email-tjakobi@math.uni-bielefeld.de> Message-ID: <561CF07A.5040204@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: > Add more debug printfs in do_sdhci_init() for calls > that can potentially fail. > > Acked-by: Przemyslaw Marczak > Signed-off-by: Tobias Jakobi > --- > drivers/mmc/s5p_sdhci.c | 20 +++++++++++--------- > 1 file changed, 11 insertions(+), 9 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.