From: Felipe Balbi Date: Fri, 15 Mar 2013 09:03:30 +0000 (+0200) Subject: usb: host: ehci-mv: fix PHY error handling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3ed4ec182d191d1ba48fbf5aed021d2d00dd37;p=pandora-kernel.git usb: host: ehci-mv: 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