mbox series

[net,0/3] dpaa2-eth: Fix smatch warnings

Message ID 1558710917-4555-1-git-send-email-ruxandra.radulescu@nxp.com
Headers show
Series dpaa2-eth: Fix smatch warnings | expand

Message

Ioana Radulescu May 24, 2019, 3:15 p.m. UTC
Fix a couple of warnings reported by smatch.

Ioana Radulescu (3):
  dpaa2-eth: Fix potential spectre issue
  dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
  dpaa2-eth: Make constant 64-bit long

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c     | 4 ++--
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h     | 2 +-
 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c | 3 +++
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

David Miller May 26, 2019, 8:41 p.m. UTC | #1
From: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Date: Fri, 24 May 2019 18:15:14 +0300

> Fix a couple of warnings reported by smatch.

Series applied.