mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +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:
committed by
Tony Nguyen
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;
|
||||
|
||||
Reference in New Issue
Block a user