From: Felipe Balbi Date: Fri, 15 Mar 2013 08:56:19 +0000 (+0200) Subject: usb: gadget: s3c-hsotg: fix PHY error handling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f5ba5e7d9e087f044fe87f5a5421761274aa48;p=pandora-kernel.git 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 --- Reading git-diff-tree failed