sata_dwc_460ex: fix resource leak on error path
[pandora-kernel.git] / drivers / regulator / bcm590xx-regulator.c
index fe6ac69..628430b 100644 (file)
@@ -453,7 +453,6 @@ static int bcm590xx_probe(struct platform_device *pdev)
 static struct platform_driver bcm590xx_regulator_driver = {
        .driver = {
                .name = "bcm590xx-vregs",
-               .owner = THIS_MODULE,
        },
        .probe = bcm590xx_probe,
 };