diff options
| author | Martin Liška <[email protected]> | 2022-05-18 09:18:53 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-05-18 14:05:30 +0100 |
| commit | 32329216ca1d6ee29c41215f18b3053bb6158541 (patch) | |
| tree | 41b0682bc6e3ff28841b927186ec98ba594fe4c1 /tools/perf/scripts/python/sched-migration.py | |
| parent | e991d0ed0b7a4c135236ec41ba7df7ea99ea9247 (diff) | |
eth: sun: cassini: remove dead code
Fixes the following GCC warning:
drivers/net/ethernet/sun/cassini.c:1316:29: error: comparison between two arrays [-Werror=array-compare]
drivers/net/ethernet/sun/cassini.c:3783:34: error: comparison between two arrays [-Werror=array-compare]
Note that 2 arrays should be compared by comparing of their addresses:
note: use ‘&cas_prog_workaroundtab[0] == &cas_prog_null[0]’ to compare the addresses
Signed-off-by: Martin Liska <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions