summaryrefslogtreecommitdiff
path: root/kernel/extable.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:29:01 +0200
commitd069c7ce39951c226beeda3a0bb8f8a3c9db1d48 (patch)
treeb2bc20d17c778b7adef6b08ab32c1104971405f1 /kernel/extable.c
parentd04adc383f3210751106142bc55e6d5abe788ba8 (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 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions