]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: core: Upgrade the severity of probe deferral errors to dev_err()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Aug 2012 17:44:37 +0000 (18:44 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 Aug 2012 18:34:04 +0000 (19:34 +0100)
commitc8c76f08fdd834461a4eaf642c9f0a987975daea
tree5b312016e778020d86bd99489473521189499c26
parentb0212c8f885f27e453c13b47d1174630819ed246
ASoC: core: Upgrade the severity of probe deferral errors to dev_err()

In the past when ASoC had a custom probe deferral mechanism people
complained about the logspam it generated and didn't want to know about
the fact that we were doing probe deferral so all the error messages for
it were at dev_dbg(), making diagnostics hard. Now that we have probe
deferral as an accepted thing and it's generating log messages anyway
there's no need to worry about this so upgrade the severity of all the
probe deferral sources to dev_err() so that they are displayed by default.

Also add one for missing aux_devs since there wasn't one.

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c