mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: qlge: qlge_main: remove unused code
Remove commented out lines. They are not used since 2009. Signed-off-by: Lourdes Pedrajas <lu@pplo.net> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Link: https://lore.kernel.org/r/5511d6c142a8f045360af147528db8662f82787f.1584228792.git.lu@pplo.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8eb6b39c0f
commit
251c833ca4
@ -53,14 +53,10 @@ MODULE_VERSION(DRV_VERSION);
|
||||
|
||||
static const u32 default_msg =
|
||||
NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK |
|
||||
/* NETIF_MSG_TIMER | */
|
||||
NETIF_MSG_IFDOWN |
|
||||
NETIF_MSG_IFUP |
|
||||
NETIF_MSG_RX_ERR |
|
||||
NETIF_MSG_TX_ERR |
|
||||
/* NETIF_MSG_TX_QUEUED | */
|
||||
/* NETIF_MSG_INTR | NETIF_MSG_TX_DONE | NETIF_MSG_RX_STATUS | */
|
||||
/* NETIF_MSG_PKTDATA | */
|
||||
NETIF_MSG_HW | NETIF_MSG_WOL | 0;
|
||||
|
||||
static int debug = -1; /* defaults above */
|
||||
|
Loading…
Reference in New Issue
Block a user