Skip to content
Commit 999fb23e authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRISv32: Fix typo compile error in ARTPEC-3 gpio driver.



arch/cris/arch-v32/drivers/mach-a3/gpio.c:
+spin_lock_irqrestore(&gpio_lock, flags);
arch/cris/arch-v32/drivers/mach-a3/gpio.c:
+spin_lock_irqrestore(&gpio_lock, flags);

  should that not be "spin_unlock_irqrestore()"?

The code in question was inside an (most often) undefined ifdef.

Reported-by: default avatar"Robert P. J. Day" <rpjday@crashcourse.ca>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 6d3d4be4
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