mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
ed0abfe93f
commit
dc0cdb7ff3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user