commit | 5a6a86121f55681b5ae7891d19a462883635beef | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Sep 21 14:12:31 2012 +0800 |
committer | Sekhar Nori <nsekhar@ti.com> | Tue Oct 30 14:03:31 2012 +0530 |
tree | 5975c422a48d1c02929e4eada6ea7bc3d2cf9961 | |
parent | 09aaf994e37c3e37fd2b0e9b1856038e31ae3b68 [diff] |
ARM: davinci: fix return value check by using IS_ERR in tnetv107x_devices_init() In case of error, the function clk_get() returns ERR_PTR() not NULL pointer. The NULL test in the error handling should be replaced with IS_ERR(). dpatch engine is used to auto generated this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Sekhar Nori <nsekhar@ti.com>