ice: Make name member of struct ice_cgu_pin_desc const

The name member of struct ice_cgu_pin_desc never modified.
Make it const.

Found by inspection.
Compile tested only.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
Simon Horman 2026-01-27 16:16:55 +00:00 committed by Tony Nguyen
parent ed0abfe93f
commit dc0cdb7ff3

View File

@ -258,7 +258,7 @@ enum ice_si_cgu_out_pins {
};
struct ice_cgu_pin_desc {
char *name;
const char *name;
u8 index;
enum dpll_pin_type type;
u32 freq_supp_num;