aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorBo YU <tsu.yubo@gmail.com>2017-02-16 09:59:07 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-16 10:20:07 -0800
commitcd3d9ecebf8b3918588b1d529ad0a70da4ac8263 (patch)
tree553fe27491640703cef1dd6fe92c020345748cb5 /drivers/staging
parentstaging: bcm2835-audio: allocate enough data for work queues (diff)
downloadlinux-dev-cd3d9ecebf8b3918588b1d529ad0a70da4ac8263.tar.xz
linux-dev-cd3d9ecebf8b3918588b1d529ad0a70da4ac8263.zip
Staging: bcm2835-audio: fixed a code style issue:
Missing a blank line after declarations Signed-off-by: Bo YU <tsu.yubo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/bcm2835-audio/bcm2835-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/bcm2835-audio/bcm2835-pcm.c
index 014bf7ab69f4..16127e062661 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-pcm.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-pcm.c
@@ -450,6 +450,7 @@ static int snd_bcm2835_pcm_lib_ioctl(struct snd_pcm_substream *substream,
unsigned int cmd, void *arg)
{
int ret = snd_pcm_lib_ioctl(substream, cmd, arg);
+
audio_info(" .. substream=%p, cmd=%d, arg=%p (%x) ret=%d\n", substream,
cmd, arg, arg ? *(unsigned *) arg : 0, ret);
return ret;