]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.c
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Sep 2018 15:58:44 +0000 (17:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 09:14:59 +0000 (11:14 +0200)
commitaf6b7a374d49f0f3f8b916073709006b7711babd
tree6579680500a6996c7f697e6bbbb9e1cc984a00a3
parent947d7489f6d782d9150cb528272a729186be176e
staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.c

These debug messages worsen the code readability a lot while they give
little debuggability (which we already have via tracing, in anyway).

Let's clean them up.  This allows us to reduce the
snd_bcm2835_pcm_lib_ioctl() function to be a direct call of the
snd_pcm_lib_ioctl callback (like most other drivers do), too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c