summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm2835-audio
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/bcm2835-audio
parentf5e2199ae574245b56b32e047c93625a28fe3b3a (diff)
downloadop-kernel-dev-cd3d9ecebf8b3918588b1d529ad0a70da4ac8263.zip
op-kernel-dev-cd3d9ecebf8b3918588b1d529ad0a70da4ac8263.tar.gz
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/bcm2835-audio')
-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 014bf7a..16127e0 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;
OpenPOWER on IntegriCloud