"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "9713adc2a1a5488f4889c657a0c0ce0c16056d3c"
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>
Loading
Please register or sign in to comment