mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix typo.
This commit is contained in:
parent
082aa03e4b
commit
86d717f9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ nexus_ofw_map_intr(device_t dev, device_t child, phandle_t iparent, int icells,
|
|||
{
|
||||
u_int intr = MAP_IRQ(iparent, irq[0]);
|
||||
if (icells > 1)
|
||||
powerpc_fw_config_intr(irq[0], irq[1]);
|
||||
powerpc_fw_config_intr(intr, irq[1]);
|
||||
return (intr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue