Re: [U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC

2012-12-11 Thread Minkyu Kang
On 11/12/12 16:57, Lukasz Majewski wrote: > Hi Minkyu, > >> PMIC 2.0 require to test return pointer from pmic_get() >> >> Signed-off-by: Minkyu Kang >> Cc: Lukasz Majewski >> Cc: Wolfgang Denk >> --- >> Changes in V2: >> - Since functions are void type, remove the return value. >> >> boar

Re: [U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC

2012-12-10 Thread Lukasz Majewski
Hi Minkyu, > PMIC 2.0 require to test return pointer from pmic_get() > > Signed-off-by: Minkyu Kang > Cc: Lukasz Majewski > Cc: Wolfgang Denk > --- > Changes in V2: > - Since functions are void type, remove the return value. > > board/samsung/universal_c210/universal.c |6 ++ >

[U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC

2012-12-10 Thread Minkyu Kang
PMIC 2.0 require to test return pointer from pmic_get() Signed-off-by: Minkyu Kang Cc: Lukasz Majewski Cc: Wolfgang Denk --- Changes in V2: - Since functions are void type, remove the return value. board/samsung/universal_c210/universal.c |6 ++ 1 file changed, 6 insertions(+)