reset: ath79: Fix missing spin_lock_init
[firefly-linux-kernel-4.4.55.git] / drivers / reset / reset-ath79.c
index d2d290413113b753412193c5f6e1c37fda5c3524..9aaf646ece55beddf718fd8ea0ce4b89eac3f478 100644 (file)
@@ -89,6 +89,7 @@ static int ath79_reset_probe(struct platform_device *pdev)
        if (IS_ERR(ath79_reset->base))
                return PTR_ERR(ath79_reset->base);
 
+       spin_lock_init(&ath79_reset->lock);
        ath79_reset->rcdev.ops = &ath79_reset_ops;
        ath79_reset->rcdev.owner = THIS_MODULE;
        ath79_reset->rcdev.of_node = pdev->dev.of_node;