Matthias Kaehlcke 35b84bf061
ASoC: dmic: Fix check of return value from read of 'num-channels'
Commit 7fb59e940f62 ("ASoC: codecs: dmic: Make number of channels
 configurable") introduces an optional property to the device tree
to specify the number of DMIC channels. dmic_codec_probe() uses
of_property_read_u32() to read the DT value, and expects a return
value of -ENOENT when the property does not exist. This expectation
is incorrect, the actual value returned in this case is -EINVAL (see
of_find_property_value_of_size(), which is called under the hood).
Check for -EINVAL instead.

Fixes: 7fb59e940f62 ("ASoC: codecs: dmic: Make number of channels configurable")
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-01-22 12:20:46 +00:00
..
2015-11-06 11:04:07 -08:00
2015-10-05 17:42:49 +01:00
2014-02-19 13:36:15 +09:00
2016-11-09 13:50:14 +00:00
2014-04-07 10:48:50 +01:00
2015-07-07 13:35:13 +01:00
2017-06-13 19:30:53 +01:00
2014-08-16 17:17:13 -05:00
2016-08-08 11:55:20 +01:00
2016-05-30 16:15:55 +01:00
2016-04-28 18:16:04 +01:00
2015-03-11 19:16:07 +00:00
2016-01-27 20:23:20 +00:00
2017-05-14 19:14:10 +09:00
2017-07-18 14:46:20 +01:00
2017-10-21 10:59:02 +01:00
2015-12-19 12:02:18 +00:00
2017-11-13 15:45:57 +01:00
2016-10-24 18:03:14 +01:00
2014-07-02 20:49:25 +01:00
2017-08-21 19:32:58 +01:00
2017-04-05 18:21:01 +01:00
2017-09-20 12:45:19 +01:00
2016-06-26 12:28:13 +01:00
2017-09-19 14:43:16 +01:00
2017-09-07 13:51:13 -07:00
2015-04-08 19:25:40 +01:00
2017-03-20 11:24:05 +00:00
2017-04-05 18:22:27 +01:00