linux/drivers/staging/qlge
Rylan Dmello 2d2aba6c0f staging: qlge: Remove print statement for vlgrp field
Remove statement that tries to print the non-existent 'vlgrp' field
in the 'ql_adapter' struct, which causes a compilation failure when
QL_DEV_DUMP is set.

vlgrp seems to have been removed from ql_adapter as a part of
commit 18c49b9177 ("qlge: do vlan cleanup") in 2011.

vlgrp might be replaced by the 'active_vlans' array introduced in the
aforementioned commit. But I'm not sure if printing all 64 values of
that array would help with debugging this driver, so I'm leaving it
out of the debug code in this patch.

Signed-off-by: Rylan Dmello <mail@rylan.coffee>
Link: https://lore.kernel.org/r/51bae37a54d414491779e4a3329508cc864ab900.1587959245.git.mail@rylan.coffee
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-28 14:25:26 +02:00
..
Kconfig
Makefile
qlge_dbg.c staging: qlge: Remove print statement for vlgrp field 2020-04-28 14:25:26 +02:00
qlge_ethtool.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-03-31 17:29:33 -07:00
qlge_main.c staging: qlge: replace deprecated apis pci_dma_* 2020-04-23 13:35:12 +02:00
qlge_mpi.c staging: qlge: qlge_mpi.c: remove an unneeded variable 2020-03-17 14:00:45 +01:00
qlge.h staging: qlge: qlge.h: remove excess newlines 2020-03-10 10:15:22 +01:00
TODO staging: qlge: Refill empty buffer queues from wq 2019-10-04 17:17:47 +02:00