Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/ice
Jacob Keller d671e3e0da ice: add const qualifier to mac_addr parameter
The function ice_aq_manage_mac_write takes a pointer to a MAC address.
The parameter is not marked const, even though the function doesn't need
to modify it. This prevents passing a parameter that is already marked
const. Update the function prototype to take a const pointer, to allow
passing constant pointers to this function.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-01-15 12:42:38 -08:00
..
2018-11-20 11:39:04 -08:00
2018-10-24 13:56:37 -07:00
2019-01-15 12:02:27 -08:00
2018-03-26 09:59:08 -07:00
2019-01-15 12:38:44 -08:00
2019-01-15 12:02:27 -08:00
2019-01-15 12:38:44 -08:00
2019-01-15 12:02:27 -08:00
2018-10-03 07:42:30 -07:00