Fixup various W=1 warnings, and then add COMPILE_TEST support, which
explains why these where missed on the previous pass.
v2:
Use while (0)
Rework buffer alignment to make it clearer
v3:
Access the length from the hardware and Use __always_unused to tell the
compiler we want to discard the value.
Andrew Lunn (7):
drivers: net: smc91x: Fix set but unused W=1 warning
drivers: net: smc91x: Fix missing kerneldoc reported by W=1
drivers: net: smc911x: Work around set but unused status
drivers: net: smc911x: Fix set but unused status because of DBG macro
drivers: net: smc911x: Fix passing wrong number of parameters to DBG()
macro
drivers: net: smc911x: Fix cast from pointer to integer of different
size
drivers: net: smsc: Add COMPILE_TEST support
drivers/net/ethernet/smsc/Kconfig | 6 +++---
drivers/net/ethernet/smsc/smc911x.c | 17 +++++++++--------
drivers/net/ethernet/smsc/smc91x.c | 9 ++++++++-
3 files changed, 20 insertions(+), 12 deletions(-)
--
2.29.2