octeon: constify netdev->dev_addr
Argument of a helper is missing a const.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: adeef3e321
("net: constify netdev->dev_addr")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ed5356b53f
commit
a9c2cf9e93
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue