mbox series

[net-next,0/2] davicom W=1 fixes

Message ID 20201031005833.1060316-1-andrew@lunn.ch (mailing list archive)
Headers show
Series davicom W=1 fixes | expand

Message

Andrew Lunn Oct. 31, 2020, 12:58 a.m. UTC
Fixup various W=1 warnings, and then add COMPILE_TEST support, which
explains why these where missed on the previous pass.

Andrew Lunn (2):
  drivers: net: davicom: Fixed unused but set variable with W=1
  drivers: net: davicom Add COMPILE_TEST support

 drivers/net/ethernet/davicom/Kconfig  | 2 +-
 drivers/net/ethernet/davicom/dm9000.c | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

Comments

Jakub Kicinski Nov. 2, 2020, 11:53 p.m. UTC | #1
On Sat, 31 Oct 2020 01:58:31 +0100 Andrew Lunn wrote:
> Fixup various W=1 warnings, and then add COMPILE_TEST support, which
> explains why these where missed on the previous pass.

Applied, thanks!