freebsd-dev/sys/dev/alc
Dimitry Andric 64741244fc Fix unused variable warning in if_alc.c
With clang 15, the following -Werror warning is produced:

    sys/dev/alc/if_alc.c:3441:6: error: variable 'prog' set but not used [-Werror,-Wunused-but-set-variable]
            int prog;
                ^

The 'prog' variable seems to be a left-over from some debugging code
that no longer exists, and can be removed without any functional change.

MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D35831
2022-07-20 19:07:28 +02:00
..
if_alc.c Fix unused variable warning in if_alc.c 2022-07-20 19:07:28 +02:00
if_alcreg.h alc(4): add support for Mikrotik 10/25G NIC 2021-05-20 01:30:25 +03:00
if_alcvar.h alc(4): add support for Mikrotik 10/25G NIC 2021-05-20 01:30:25 +03:00