Commit f319cb84 authored by Axel Lin's avatar Axel Lin Committed by Philipp Zabel

reset: ath79: Fix missing spin_lock_init

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarAlban Bedel <albeu@free.fr>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 5bcd0b7f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment