mbox series

[net-next,0/3] dsa: b53/sf2

Message ID 20200705203625.891900-1-andrew@lunn.ch
Headers show
Series dsa: b53/sf2 | expand

Message

Andrew Lunn July 5, 2020, 8:36 p.m. UTC
Fixup most of the C=1 W=1 warnings in these drivers.

Andrew Lunn (3):
  net: dsa: b53: Fixup endianness warnings
  dsa: bcm_sf2: Initialize __be16 with a __be16 value
  dsa: bmc_sf2: Pass GENMASK() signed bits

 drivers/net/dsa/b53/b53_spi.c | 26 ++++++++++++++++++--------
 drivers/net/dsa/bcm_sf2_cfp.c |  8 ++++----
 2 files changed, 22 insertions(+), 12 deletions(-)

Comments

David Miller July 5, 2020, 10:46 p.m. UTC | #1
From: Andrew Lunn <andrew@lunn.ch>
Date: Sun,  5 Jul 2020 22:36:22 +0200

> Fixup most of the C=1 W=1 warnings in these drivers.

Series applied with patch #1 and #2's subjects fixed.