commit | 3ea7e7ea53c9f6ee41cb69a29c375fe9dd9a56a7 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Thu Nov 15 18:05:14 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 15 16:09:31 2018 -0800 |
tree | 753c44b16d2ee37473260d1f34203074f0dae081 | |
parent | bd85fbc2038a1bbe84990b23ff69b6fc81a32b2c [diff] |
net/mlx4_core: Fix uninitialized variable compilation warning Initialize the uid variable to zero to avoid the compilation warning. Fixes: 7a89399ffad7 ("net/mlx4: Add mlx4_bitmap zone allocator") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>