mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 20:26:41 +07:00
qlge: disable unsed dump code
The driver has lots of unused code to dump data structures to console. Use existing simple way to remove the code with ifdef. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ac409215fa
commit
fa274cb7e5
@ -2243,14 +2243,12 @@ void ql_check_lb_frame(struct ql_adapter *, struct sk_buff *);
|
||||
int ql_own_firmware(struct ql_adapter *qdev);
|
||||
int ql_clean_lb_rx_ring(struct rx_ring *rx_ring, int budget);
|
||||
|
||||
#if 1
|
||||
#define QL_ALL_DUMP
|
||||
#define QL_REG_DUMP
|
||||
#define QL_DEV_DUMP
|
||||
#define QL_CB_DUMP
|
||||
/* #define QL_ALL_DUMP */
|
||||
/* #define QL_REG_DUMP */
|
||||
/* #define QL_DEV_DUMP */
|
||||
/* #define QL_CB_DUMP */
|
||||
/* #define QL_IB_DUMP */
|
||||
/* #define QL_OB_DUMP */
|
||||
#endif
|
||||
|
||||
#ifdef QL_REG_DUMP
|
||||
extern void ql_dump_xgmac_control_regs(struct ql_adapter *qdev);
|
||||
|
Loading…
Reference in New Issue
Block a user