From caac92aecdbee7f0559fbd0ff21d33520ec62482 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 25 Jan 2012 21:10:07 +0000 Subject: [PATCH] --- yaml --- r: 287174 b: refs/heads/master c: 1b76d2ee4012f325ae14e0e71dad1a0835195906 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8996.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2038467eb390..51c2662343dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a188fcba73837f83a78dc90a44998a978f50ac83 +refs/heads/master: 1b76d2ee4012f325ae14e0e71dad1a0835195906 diff --git a/trunk/sound/soc/codecs/wm8996.c b/trunk/sound/soc/codecs/wm8996.c index 13aa2bdaa7d7..61f7daa4d0e6 100644 --- a/trunk/sound/soc/codecs/wm8996.c +++ b/trunk/sound/soc/codecs/wm8996.c @@ -108,7 +108,7 @@ static int wm8996_regulator_event_##n(struct notifier_block *nb, \ struct wm8996_priv *wm8996 = container_of(nb, struct wm8996_priv, \ disable_nb[n]); \ if (event & REGULATOR_EVENT_DISABLE) { \ - regcache_cache_only(wm8996->regmap, true); \ + regcache_mark_dirty(wm8996->regmap); \ } \ return 0; \ }