]> git.baikalelectronics.ru Git - kernel.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)
commit9c44d21de7e29a9e97cf80ef558585e4c3a08382
tree6579680500a6996c7f697e6bbbb9e1cc984a00a3
parenta0e980d191148eb9af8237114f549f814513e345
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