diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2024-02-09 09:47:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-12 14:12:09 +0300 |
commit | 0972d1d979ccfd2b71ef36a5a2b1ad092be21bb9 (patch) | |
tree | f9d0165087cb069b946eeb6f33ad5ed14523ffa5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 08f627164126101c823c68589e306d196d7b87f2 (diff) | |
download | linux-0972d1d979ccfd2b71ef36a5a2b1ad092be21bb9.tar.xz |
tg3: fix bug caused by uninitialized variable
The reported bug is caused by using mii_eee_cap1_mod_linkmode_t()
with an uninitialized bitmap. Fix this by zero-initializing the
struct containing the bitmap.
Fixes: 9bc791341bc9a5c22b ("tg3: convert EEE handling to use linkmode bitmaps")
Reported-by: Srikanth Aithal <sraithal@amd.com>
Tested-by: Srikanth Aithal <sraithal@amd.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions