ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 22 Apr 2014 11:23:16 +0000 (13:23 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 22 Apr 2014 12:24:24 +0000 (13:24 +0100)
commit23d5442be9066107b9909ee0e64913aebad434f3
tree5b1d8b668661de680a3b6e865ef4c92fd9ba775e
parentb0a9f8e06cb214040da5ccfcc3c2a01174710e34
ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()

There is no unlocked version of soc_widget_update_bits_locked() and there is no
plan to introduce it in the near future, so drop the _locked suffix.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-dapm.c