]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-twl4030-usb.c
Merge remote-tracking branch 'usb-gadget/next'
[karo-tx-linux.git] / drivers / phy / phy-twl4030-usb.c
index e0212d80c75ca5450002f0d91fcd5365103bc723..daf65e68aaab53c663847e05d2dcf1fbdb035544 100644 (file)
@@ -724,6 +724,8 @@ static int twl4030_usb_probe(struct platform_device *pdev)
        if (device_create_file(&pdev->dev, &dev_attr_vbus))
                dev_warn(&pdev->dev, "could not create sysfs file\n");
 
+       ATOMIC_INIT_NOTIFIER_HEAD(&twl->phy.notifier);
+
        /* Our job is to use irqs and status from the power module
         * to keep the transceiver disabled when nothing's connected.
         *