]> git.baikalelectronics.ru Git - kernel.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)
commit9da3629313d77dcbd1b1ac0476283d6df902b272
tree3430995585ef26cfbc686cde408254e4cde3370f
parentb1cc3728385fcbf3ac623335028c63a4cbf23cfb
ASoC: sti: error handling bug in sti_uniperiph_cpu_dai_of()

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

Fixes: a1dca4677624 ('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