]> Pileus Git - ~andy/linux/commit
ASoC: fsl-ssi: Fix stats compile warning
authorMarkus Pargmann <mpa@pengutronix.de>
Thu, 9 Jan 2014 10:16:11 +0000 (11:16 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 9 Jan 2014 13:54:59 +0000 (13:54 +0000)
commitd7fa71042304fbc43cfc81d199b922759c67e013
tree9cd663bd1bed21a39e2c53b3e2526589b2714ec9
parent10901e5382099a463c96f2949050283f81e365e9
ASoC: fsl-ssi: Fix stats compile warning

single_open requires a function with signature
'int (*)(struct seq_file *, void *)'. This patch fixes the warning by
fixing the wrong return type of fsl_ssi_stats_show.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c