Skip to content

Commit

Permalink
ASoC: wm8962: Remove mistakenly committed debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 23, 2012
1 parent 2901d6e commit d690516
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3720,17 +3720,13 @@ static int wm8962_runtime_resume(struct device *dev)
regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
WM8962_VMID_SEL_MASK, 0x100);

dev_crit(dev, "RESUME\n");

return 0;
}

static int wm8962_runtime_suspend(struct device *dev)
{
struct wm8962_priv *wm8962 = dev_get_drvdata(dev);

dev_crit(dev, "SUSPEND\n");

regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
WM8962_VMID_SEL_MASK | WM8962_BIAS_ENA, 0);

Expand Down

0 comments on commit d690516

Please sign in to comment.