Home
last modified time | relevance | path

Searched hist:fbe359f12ce40e3126bea959b135656e4a305897 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sun8i-mbus.cdiff fbe359f12ce40e3126bea959b135656e4a305897 Wed Jul 06 07:21:47 CDT 2016 Wei Yongjun <yongjun_wei@trendmicro.com.cn> clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()

In case of error, the function of_io_request_and_map() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>