mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Add forgotten part of vlynq irq setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -117,7 +117,7 @@ static void vlynq_irq_unmask(unsigned int irq)
|
||||
BUG_ON(!dev);
|
||||
virq = irq - dev->irq_start;
|
||||
val = dev->remote->int_device[virq >> 2];
|
||||
val |= VINT_ENABLE << VINT_OFFSET(virq);
|
||||
val |= (VINT_ENABLE | virq) << VINT_OFFSET(virq);
|
||||
dev->remote->int_device[virq >> 2] = val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user