Re: [U-Boot] [PATCH v2] drivers: mmc: Avoid memory leak in case of failure

2017-10-20 Thread Jaehoon Chung
On 10/05/2017 03:18 PM, suni...@techveda.org wrote: > From: Suniel Mahesh > > priv pointer should be freed before returning with an error value > from exynos_dwmci_get_config(). > > Signed-off-by: Suniel Mahesh > Signed-off-by: Raghu Bharadwaj

[U-Boot] [PATCH v2] drivers: mmc: Avoid memory leak in case of failure

2017-10-05 Thread sunil . m
From: Suniel Mahesh priv pointer should be freed before returning with an error value from exynos_dwmci_get_config(). Signed-off-by: Suniel Mahesh Signed-off-by: Raghu Bharadwaj --- Changes for v2: - rebased on latest u-boot tree