]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: sti: error handling bug in sti_uniperiph_cpu_dai_of()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Jul 2015 08:57:36 +0000 (11:57 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 21 Jul 2015 10:44:14 +0000 (11:44 +0100)
commita4642e99694a912b32952317e8f4c253ed6be4a9
tree3430995585ef26cfbc686cde408254e4cde3370f
parentbf9185dda829b2aaf73e1e869891a968ff85e2ae
ASoC: sti: error handling bug in sti_uniperiph_cpu_dai_of()

There is a stray '!' which means the condition is never true.

Fixes: f3bd847eb0a7 ('ASoC: sti: Add uniperipheral dai driver')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/sti_uniperif.c