]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: davinci-mcasp: Fix devm_kasprintf format string
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 18 Sep 2015 12:02:50 +0000 (15:02 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 18 Sep 2015 15:22:07 +0000 (16:22 +0100)
commit50fd1335acaffa6ef4d9729fd740fbfeba5295ff
tree645b632cc6d706611a55baed80484f47cfec7733
parent4477e66ef1b6950fe341e2959778540d4304e50d
ASoC: davinci-mcasp: Fix devm_kasprintf format string

The '\n' at the end of the format string is not needed. It adds an extra
line break when doing
cat /proc/interrupts

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/davinci/davinci-mcasp.c