pwm: renesas-tpu: fix return value check in tpu_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 25 Jun 2013 02:09:57 +0000 (10:09 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 25 Jun 2013 10:20:06 +0000 (12:20 +0200)
In case of error, the function devm_ioremap_resource() 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>
Reviewed-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

No differences found