提交 a9c2cf9e 编写于 作者: J Jakub Kicinski 提交者: David S. Miller

octeon: constify netdev->dev_addr

Argument of a helper is missing a const.
Reported-by: Nkernel test robot <lkp@intel.com>
Fixes: adeef3e3 ("net: constify netdev->dev_addr")
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ed5356b5
......@@ -548,7 +548,7 @@ struct octeon_mgmt_cam_state {
};
static void octeon_mgmt_cam_state_add(struct octeon_mgmt_cam_state *cs,
unsigned char *addr)
const unsigned char *addr)
{
int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册