Browse Source

cnss2: Fix a typo in a parameter type

There is a typo in the parameter list of function
cnss_aop_set_vreg_param's declaration, and that is causing
a compilation error when CONFIG_MSM_QMP is not defined on
certain platforms.

Fix the compilation error by changing the 3rd parameter's
type from 'cnss_aop_tcs_seq_pram' to 'cnss_aop_tcs_seq_param'.

Change-Id: Iccb832e1d841a82db3df42c93ef8ed8367a93d26
CRs-Fixed: 3314506
Wade Song 2 years ago
parent
commit
6d69e079af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cnss2/power.c

+ 1 - 1
cnss2/power.c

@@ -1520,7 +1520,7 @@ int cnss_aop_pdc_reconfig(struct cnss_plat_data *plat_priv)
 static int cnss_aop_set_vreg_param(struct cnss_plat_data *plat_priv,
 				   const char *vreg_name,
 				   enum cnss_aop_vreg_param param,
-				   enum cnss_aop_tcs_seq_pram seq_param,
+				   enum cnss_aop_tcs_seq_param seq_param,
 				   int val)
 {
 	return 0;