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

2017-09-25 Thread Suniel Mahesh
On Friday 18 August 2017 01:00 PM, Jaehoon Chung wrote: > On 08/04/2017 06:34 PM, Suniel Mahesh wrote: >> On Monday 17 July 2017 04:38 PM, Jaehoon Chung wrote: >>> On 06/20/2017 01:53 AM, suni...@techveda.org wrote: From: Suniel Mahesh priv pointer should be freed before returning w

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

2017-08-18 Thread Jaehoon Chung
On 08/04/2017 06:34 PM, Suniel Mahesh wrote: > On Monday 17 July 2017 04:38 PM, Jaehoon Chung wrote: >> On 06/20/2017 01:53 AM, suni...@techveda.org wrote: >>> From: Suniel Mahesh >>> >>> priv pointer should be freed before returning with an error value >>> from exynos_dwmci_get_config(). >>> >>>

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

2017-08-04 Thread Suniel Mahesh
On Monday 17 July 2017 04:38 PM, Jaehoon Chung wrote: > On 06/20/2017 01:53 AM, 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

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

2017-07-17 Thread Jaehoon Chung
On 06/20/2017 01:53 AM, 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 Applied to u-boot-mmc. Best Regards, Jaehoon Chu

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

2017-06-19 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 --- drivers/mmc/exynos_dw_mmc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mmc/exynos_dw_mmc.c