diff options
| -rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index 94dedcb0868d..f662dddf2085 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
| @@ -391,7 +391,7 @@ static irqreturn_t fsl_ssi_isr(int irq, void *dev_id) | |||
| 391 | * Display the statistics for the current SSI device. To avoid confusion, | 391 | * Display the statistics for the current SSI device. To avoid confusion, |
| 392 | * we only show those counts that are enabled. | 392 | * we only show those counts that are enabled. |
| 393 | */ | 393 | */ |
| 394 | static ssize_t fsl_ssi_stats_show(struct seq_file *s, void *unused) | 394 | static int fsl_ssi_stats_show(struct seq_file *s, void *unused) |
| 395 | { | 395 | { |
| 396 | struct fsl_ssi_private *ssi_private = s->private; | 396 | struct fsl_ssi_private *ssi_private = s->private; |
| 397 | 397 | ||
