leon,gr1553rt: Fixed spinlock unlock

Update #4274.
This commit is contained in:
Arvid Bjorkengren
2018-10-12 10:51:54 +02:00
committed by Daniel Hellstrom
parent a97a4732f7
commit 1223f5e402

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;
}