summaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorMartin Liška <mliska@suse.cz>2022-05-18 09:18:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-09 10:22:53 +0200
commitb1bea83acc3dd22f7d4d9c324f8d6c2617bea8be (patch)
treeee5d4eb9e1555d17c16853d567617ae71b7935a4 /lib/dynamic_debug.c
parentb03ff104cdc7916a4a8ea8300fd4c506cac2dce5 (diff)
eth: sun: cassini: remove dead code
commit 32329216ca1d6ee29c41215f18b3053bb6158541 upstream. 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 <mliska@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions