aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
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/ipv4/tcp_timer.c
parentMerge branch 'openvswitch-netns' (diff)
downloadlinux-dev-f21506cb42112b1c0b391dae7a700e69a42128e8.tar.xz
linux-dev-f21506cb42112b1c0b391dae7a700e69a42128e8.zip
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/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions