alistair23-linux/drivers/staging/tidspbridge
Wei Yongjun b0ba76785e staging: tidspbridge: fix return value check in dsp_wdt_init()
In case of error, the function clk_get() returns ERR_PTR()
and never returns 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-21 09:02:23 -07:00
..
core staging: tidspbridge: fix return value check in dsp_wdt_init() 2012-09-21 09:02:23 -07:00
Documentation staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
dynload staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
gen
hw staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
include/dspbridge staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
pmgr
rmgr staging: tidspbridge: fix uuid strings 2012-08-17 08:10:28 -07:00
Kconfig
Makefile
TODO