summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-11-03 13:52:24 +0100
committerDavid S. Miller <davem@davemloft.net>2017-11-05 22:13:00 +0900
commitf21506cb42112b1c0b391dae7a700e69a42128e8 (patch)
tree7c6bbad4b292f4b09056d2696e99074629d61c69 /net
parent727d5fbbadba945c9839de0f78ad22c91cff8e47 (diff)
downloadlinux-f21506cb42112b1c0b391dae7a700e69a42128e8.tar.gz
dpaa_eth: avoid uninitialized variable false-positive warning
We can now build this driver on ARM, so I ran into a randconfig build
warning that presumably had existed on powerpc already.

drivers/net/ethernet/freescale/dpaa/dpaa_eth.c: In function 'sg_fd_to_skb':
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:1712:18: error: 'skb' may be used uninitialized in this function [-Werror=maybe-uninitialized]

I'm slightly changing the logic here, to make it obvious to the
compiler that 'skb' is always initialized.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions