summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-03 17:37:03 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-06 16:35:12 -0500
commit321fa4ffd94e333657e54037d2511c862ec92f6f (patch)
treef92da6f4bff94602cadfe8d57d53fd7950c420dd /tools/perf/scripts/python
parentd0d7b10b05945f40fefd4e60f457c61aefa3e9a9 (diff)
downloadkernel-321fa4ffd94e333657e54037d2511c862ec92f6f.tar.gz
net/mlx5e: fix another maybe-uninitialized false-positive
In commit abeffce ("net/mlx5e: Fix a -Wmaybe-uninitialized warning"), I fixed a gcc warning for the ipv4 offload handling. Now we get the same warning for the added ipv6 support: drivers/net/ethernet/mellanox/mlx5/core/en_tc.c:815:40: warning: 'out_dev' may be used uninitialized in this function [-Wmaybe-uninitialized] We can apply the same workaround here as well. Fixes: ce99f6b97fcd ("net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnels") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
14aed58'>Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang 2010-06-01V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototypeHans Verkuil 2010-05-18V4L/DVB: The first two parameters of soc_camera_limit_side() are usually poin...Márton Németh 2010-02-26V4L/DVB (13951): rj54n1cb0: Storage class should be before const qualifierTobias Klauser 2010-01-17V4L/DVB (13941): rj54n1cb0c: remove compiler warningMárton Németh 2009-12-16V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Guennadi Liakhovetski 2009-12-16V4L/DVB (13659): soc-camera: convert to the new mediabus APIGuennadi Liakhovetski