net/mlx5: Constify mac address pointer
authorParav Pandit <parav@mellanox.com>
Fri, 19 Jun 2020 03:32:50 +0000 (03:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Jun 2020 22:29:19 +0000 (15:29 -0700)
commitfa997825ebeca820f4001a9e6d285345d3a535ba
tree3246fd1737cce269937fce04af3d88c8702e3475
parenta1e8ae907c8d67f57432190bb742802a76516b00
net/mlx5: Constify mac address pointer

Since none of the functions need to modify the input mac address,
constify them.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
drivers/net/ethernet/mellanox/mlx5/core/vport.c
include/linux/mlx5/vport.h