diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-07-19 23:41:53 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-08-19 10:27:24 -0400 |
commit | 4b11f88821aff3e780cb3eac3a48270551e41167 (patch) | |
tree | 4277de7e92e5b33e0fc7259bbd7508c5797c64aa /drivers/usb/dwc3/Kconfig | |
parent | 7042e8f2f6f5c76b6173748570312bbeb044c7dd (diff) |
usb: gadget: Fix return value check in r8a66597_probe()
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().
Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
0 files changed, 0 insertions, 0 deletions