]> git.baikalelectronics.ru Git - kernel.git/commit
tun: fix build warnings
authorJason Wang <jasowang@redhat.com>
Mon, 4 Jul 2016 05:53:38 +0000 (13:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2016 00:19:27 +0000 (17:19 -0700)
commit2d7005accf159b6dc70544990cfd0b139e355496
tree30ff3deff4a6bfbd17dfaafde2a0899373939b68
parent6417d175a4ebc22066a30c2a7c1a39d9ec8998b4
tun: fix build warnings

Stephen Rothwell reports a build warnings(powerpc ppc64_defconfig)

drivers/net/tun.c: In function 'tun_do_read.part.5':
/home/sfr/next/next/drivers/net/tun.c:1491:6: warning: 'err' may be
used uninitialized in this function [-Wmaybe-uninitialized]
   int err;

This is because tun_ring_recv() may return an uninitialized err, fix this.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c