mbox series

[net-next,resend,0/2] enetc: Clean endianness warnings up

Message ID 20201119101215.19223-1-claudiu.manoil@nxp.com
Headers show
Series enetc: Clean endianness warnings up | expand

Message

Claudiu Manoil Nov. 19, 2020, 10:12 a.m. UTC
Cleanup patches to address the outstanding endianness issues
in the driver reported by sparse.

Claudiu Manoil (2):
  enetc: Fix endianness issues for enetc_ethtool
  enetc: Fix endianness issues for enetc_qos

 .../net/ethernet/freescale/enetc/enetc_hw.h   |  8 +-
 .../net/ethernet/freescale/enetc/enetc_qos.c  | 84 +++++++++----------
 2 files changed, 43 insertions(+), 49 deletions(-)

Comments

Jakub Kicinski Nov. 20, 2020, 4:56 p.m. UTC | #1
On Thu, 19 Nov 2020 12:12:13 +0200 Claudiu Manoil wrote:
> Cleanup patches to address the outstanding endianness issues
> in the driver reported by sparse.

Applied, thanks.