mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
Previously mgb_admin_intr printed a diagnostic message if no interrupt
status bits were set, but it's not valid to call device_printf() from a
filter. Just drop the message as it has no user-facing value.
Also return FILTER_STRAY in this case - there is nothing further for
the driver to do.
Reviewed by: kbowling
MFC after: 1 week
Fixes:
|
||
|---|---|---|
| .. | ||
| if_mgb.c | ||
| if_mgb.h | ||