mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 12:42:22 +07:00
[TG3]: Don't mark tg3_test_registers() as returning const.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
322f74a432
commit
30ca3e376e
@ -8059,7 +8059,7 @@ static int tg3_test_link(struct tg3 *tp)
|
||||
}
|
||||
|
||||
/* Only test the commonly used registers */
|
||||
static const int tg3_test_registers(struct tg3 *tp)
|
||||
static int tg3_test_registers(struct tg3 *tp)
|
||||
{
|
||||
int i, is_5705;
|
||||
u32 offset, read_mask, write_mask, val, save_val, read_val;
|
||||
|
Loading…
Reference in New Issue
Block a user