commit | f4f5ba5e7d9e087f044fe87f5a5421761274aa48 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Mar 15 10:56:19 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 18 11:18:29 2013 +0200 |
tree | 2ad82017e31a8088ceb187667e8cf0e9ec9015ac | |
parent | 4dbb71612505de1d3d69d011199554f86273c5e9 [diff] |
usb: gadget: s3c-hsotg: fix PHY error handling PHY laye rno longer return NULL. We need to switch over from IS_ERR_OR_NULL() to IS_ERR(). Signed-off-by: Felipe Balbi <balbi@ti.com>