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(-) -- 2.26.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel