On Thu, 2 Jul 2020 19:40:27 +0530 Sudarsana Reddy Kalluru wrote: > This patch populates the database of idlecck tests (registers and > predicates) used in the idlechk dump implementation. > > Signed-off-by: Sudarsana Reddy Kalluru <skall...@marvell.com> > Signed-off-by: Igor Russkikh <irussk...@marvell.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c:114:18: warning: symbol 'st_database' was not declared. Should it be static? In file included from ../drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c:4: drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:2433:18: warning: ‘dmae_reg_go_c’ defined but not used [-Wunused-const-variable=] 2433 | static const u32 dmae_reg_go_c[] = { | ^~~~~~~~~~~~~