Loading sound/soc/codecs/wcd9335.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
sound/soc/codecs/wcd9335.c +3 −1 Original line number Diff line number Diff line Loading @@ -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