Merge "cnss2: Ignore calibration trigger if already in progress"
This commit is contained in:
commit
1760a9a1f6
@ -1549,6 +1549,9 @@ static int cnss_cold_boot_cal_start_hdlr(struct cnss_plat_data *plat_priv)
|
||||
if (test_bit(CNSS_COLD_BOOT_CAL_DONE, &plat_priv->driver_state)) {
|
||||
cnss_pr_dbg("Calibration complete. Ignore calibration req\n");
|
||||
goto out;
|
||||
} else if (test_bit(CNSS_IN_COLD_BOOT_CAL, &plat_priv->driver_state)) {
|
||||
cnss_pr_dbg("Calibration in progress. Ignore new calibration req\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (test_bit(CNSS_DRIVER_LOADING, &plat_priv->driver_state) ||
|
||||
|
Loading…
Reference in New Issue
Block a user