Merge "ASoC: wcd9335: Reset power_active_ref to 0 when it is negative"

This commit is contained in:
Linux Build Service Account 2017-07-16 21:04:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 40bc47487b

View file

@ -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;
}