summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-10-25 18:16:20 +0200
committerDoug Ledford <dledford@redhat.com>2016-12-14 12:12:53 -0500
commite98172462f0b75ed60f3a73aa280fb29cafd450f (patch)
treee4715f11d6423956a78763d08642fd13f0fd747d /drivers/infiniband/hw
parent14ab8896f5d993c5f427504276e3c42ccb3cc354 (diff)
downloadlinux-e98172462f0b75ed60f3a73aa280fb29cafd450f.tar.bz2
IB/mlx4: avoid a -Wmaybe-uninitialize warning
There is an old warning about mlx4_SW2HW_EQ_wrapper on x86: ethernet/mellanox/mlx4/resource_tracker.c: In function ‘mlx4_SW2HW_EQ_wrapper’: ethernet/mellanox/mlx4/resource_tracker.c:3071:10: error: ‘eq’ may be used uninitialized in this function [-Werror=maybe-uninitialized] The problem here is that gcc won't track the state of the variable across a spin_unlock. Moving the assignment out of the lock is safe here and avoids the warning. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw')
0 files changed, 0 insertions, 0 deletions