Re: [PATCH] mmc: sdhci-s3c: fix wrong error-control

2011-10-11 Thread Chris Ball
Hi, On Tue, Oct 11 2011, Jaehoon Chung wrote: If sc-clk_bus[ptr] is NULL, happen NULL pointer error. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/host/sdhci-s3c.c |6 -- 1 files changed, 4 insertions(+),

[PATCH] mmc: sdhci-s3c: fix wrong error-control

2011-10-10 Thread Jaehoon Chung
If sc-clk_bus[ptr] is NULL, happen NULL pointer error. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/host/sdhci-s3c.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git