mbox series

[0/3] staging: qlge: Fix compilation failures in qlge_dbg.c when QL_DEV_DUMP is set

Message ID cover.1587959245.git.mail@rylan.coffee
Headers show
Series staging: qlge: Fix compilation failures in qlge_dbg.c when QL_DEV_DUMP is set | expand

Message

Rylan Dmello April 27, 2020, 4:13 a.m. UTC
qlge_dbg.c has a bunch of code that is conditionally compiled only
when the QL_DEV_DUMP macro is set in qlge.h (it is unset by default).

Several fields have been removed from the 'ql_adapter' and 'rx_ring'
structs in qlge.h so that qlge_dbg.c no longer compiles when
QL_DEV_DUMP is set.

This patchset updates qlge_dbg.c so that compiles successfully
when QL_DEV_DUMP is set.

Rylan Dmello (3):
  staging: qlge: Remove unnecessary parentheses around struct field
  staging: qlge: Remove print statement for vlgrp field.
  staging: qlge: Remove print statements for lbq_clean_idx and
    lbq_free_cnt

 drivers/staging/qlge/qlge_dbg.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)