From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 11 Dec 2012 19:49:38 +0900 Subject: [U-Boot] [PATCH v2] universal_c210: check the NULL pointer when get the PMIC In-Reply-To: <20121211085752.1e0031f9@amdc308.digital.local> References: <50C5E8B5.3080805@samsung.com> <50C6AF7F.40607@samsung.com> <20121211085752.1e0031f9@amdc308.digital.local> Message-ID: <50C70FC2.9040003@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 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. >> >> board/samsung/universal_c210/universal.c | 6 ++++++ >> 1 file changed, 6 insertions(+) >> applied to u-boot-samsung/resolve. Thanks. Minkyu Kang.