octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC
authorSubbaraya Sundeep <sbhatta@marvell.com>
Tue, 15 Jun 2021 11:34:30 +0000 (17:04 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 18:11:05 +0000 (11:11 -0700)
commit5d2fdd86d517350c4fc903a5a69a562a4b0084e4
tree126a02bcdb372933ad431293a924154aa1d2cf6e
parent2ca89a2c37527221edc549ffd3b65c6f8d9d4088
octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC

This patch modifies all netdev_err messages in
tc code to NL_SET_ERR_MSG_MOD. NL_SET_ERR_MSG_MOD
does not support format specifiers yet hence
netdev_err messages with only strings are modified.

Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: Sunil Kovvuri Goutham <sgoutham@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c