aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-mxs-usb.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-04 13:07:23 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-04 13:07:23 -0800
commit207b08b9426dfaa63fcfea4156be0acb5b46ee38 (patch)
tree682172e9380970f183f880b13607a76b876c5c4d /drivers/usb/phy/phy-mxs-usb.c
parentxhci: Fix list corruption in urb dequeue at host removal (diff)
parentusb: dwc3: gadget: set the OTG flag in dwc3 gadget driver. (diff)
downloadlinux-dev-207b08b9426dfaa63fcfea4156be0acb5b46ee38.tar.xz
linux-dev-207b08b9426dfaa63fcfea4156be0acb5b46ee38.zip
Merge tag 'fixes-for-v4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.5-rc2 DWC3 got a fix for OTG Certification, DWC2 has two fixes for regressions on RasPI, MUSB has a NULL pointer dereference fix for ux500 platforms and two PHYs (MSM and MXS) got some minor fixes. While at that, I'm also adding a fix to my email address which has changed recently.
Diffstat (limited to 'drivers/usb/phy/phy-mxs-usb.c')
-rw-r--r--drivers/usb/phy/phy-mxs-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
index c2936dc48ca7..00bfea01be65 100644
--- a/drivers/usb/phy/phy-mxs-usb.c
+++ b/drivers/usb/phy/phy-mxs-usb.c
@@ -220,7 +220,7 @@ static int mxs_phy_hw_init(struct mxs_phy *mxs_phy)
/* Return true if the vbus is there */
static bool mxs_phy_get_vbus_status(struct mxs_phy *mxs_phy)
{
- unsigned int vbus_value;
+ unsigned int vbus_value = 0;
if (!mxs_phy->regmap_anatop)
return false;