Commit a9c2cf9e authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

octeon: constify netdev->dev_addr

Argument of a helper is missing a const.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: adeef3e3 ("net: constify netdev->dev_addr")
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment