Merge "ASoC: wcd9335: Reset power_active_ref to 0 when it is negative"
This commit is contained in:
commit
40bc47487b
1 changed files with 3 additions and 1 deletions
|
@ -12127,8 +12127,10 @@ static int tasha_dig_core_power_collapse(struct tasha_priv *tasha,
|
|||
goto unlock_mutex;
|
||||
|
||||
if (tasha->power_active_ref < 0) {
|
||||
dev_dbg(tasha->dev, "%s: power_active_ref is negative\n",
|
||||
dev_info(tasha->dev,
|
||||
"%s: power_active_ref is negative, resetting it\n",
|
||||
__func__);
|
||||
tasha->power_active_ref = 0;
|
||||
goto unlock_mutex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue