Axel Lin 3271a4fc7d ASoC: cs42l52: Catch no-match case in cs42l52_get_clk
In the case of no-match, return -EINVAL instead of 0.

Since we assign i to ret in the for loop, ret always less than
ARRAY_SIZE(clk_map_table). Thus remove the boundary checking for ret.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-24 16:02:19 +00:00
..
2012-12-10 00:31:06 +09:00
2012-12-13 11:51:23 -08:00
2012-12-10 00:31:26 +09:00
2012-12-13 11:51:23 -08:00
2012-12-10 00:30:34 +09:00
2012-12-10 00:31:36 +09:00
2012-12-13 11:51:23 -08:00
2012-12-10 00:31:43 +09:00
2012-12-13 11:51:23 -08:00