From: Felipe Balbi Date: Fri, 15 Mar 2013 09:02:56 +0000 (+0200) Subject: usb: host: ehci-msm: fix PHY error handling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e299bd93e4fb8e3fa426d30e0a0796b99052a572;p=pandora-kernel.git usb: host: ehci-msm: fix PHY error handling PHY layer no longer returns NULL. We must switch from IS_ERR_OR_NULL() to IS_ERR(). Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed