mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a harmless typo.
MFC after: 1 week
This commit is contained in:
parent
c7e224c66d
commit
07bf14bb72
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ jme_map_intr_vector(struct jme_softc *sc)
|
|||
MSINUM_INTR_SOURCE(2, N_INTR_TXQ3_COMP);
|
||||
map[MSINUM_REG_INDEX(N_INTR_TXQ4_COMP)] |=
|
||||
MSINUM_INTR_SOURCE(2, N_INTR_TXQ4_COMP);
|
||||
map[MSINUM_REG_INDEX(N_INTR_TXQ4_COMP)] |=
|
||||
map[MSINUM_REG_INDEX(N_INTR_TXQ5_COMP)] |=
|
||||
MSINUM_INTR_SOURCE(2, N_INTR_TXQ5_COMP);
|
||||
map[MSINUM_REG_INDEX(N_INTR_TXQ6_COMP)] |=
|
||||
MSINUM_INTR_SOURCE(2, N_INTR_TXQ6_COMP);
|
||||
|
|
|
|||
Loading…
Reference in a new issue