]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb6f17285feb255d9185d5d9f5885faadf712329
tree126a02bcdb372933ad431293a924154aa1d2cf6e
parent891ecfd64ea2b05ffe4f1d10358a3288c7e7586b
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