leon,gr1553rt: Fixed spinlock unlock

This commit is contained in:
Arvid Bjorkengren
2021-03-11 17:31:21 +01:00
committed by Daniel Hellstrom
parent f798a75cd5
commit 3344d0299f
+1 -1
View File
@@ -416,7 +416,7 @@ int gr1553rt_bd_update(
}
*dptr = (uint16_t *)tmp;
}
SPIN_LOCK_IRQ(&priv->devlock, irqflags);
SPIN_UNLOCK_IRQ(&priv->devlock, irqflags);
return 0;
}