Loading asoc/codecs/wcd934x/wcd934x.c +3 −1 Original line number Diff line number Diff line Loading @@ -9002,8 +9002,10 @@ static int tavil_dig_core_power_collapse(struct tavil_priv *tavil, goto unlock_mutex; if (tavil->power_active_ref < 0) { dev_dbg(tavil->dev, "%s: power_active_ref is negative\n", dev_dbg(tavil->dev, "%s: power_active_ref is negative, reset it\n", __func__); tavil->power_active_ref = 0; goto unlock_mutex; } Loading Loading
asoc/codecs/wcd934x/wcd934x.c +3 −1 Original line number Diff line number Diff line Loading @@ -9002,8 +9002,10 @@ static int tavil_dig_core_power_collapse(struct tavil_priv *tavil, goto unlock_mutex; if (tavil->power_active_ref < 0) { dev_dbg(tavil->dev, "%s: power_active_ref is negative\n", dev_dbg(tavil->dev, "%s: power_active_ref is negative, reset it\n", __func__); tavil->power_active_ref = 0; goto unlock_mutex; } Loading