alsa: fix snd_BUG_on() and friends
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 6 Nov 2008 20:05:21 +0000 (12:05 -0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Nov 2008 00:31:51 +0000 (01:31 +0100)
commitfcef7836a31c6432b41a38867d413ed3d6aa8261
tree2841d74196685f84ace50c4682d956e229a852fc
parent55e03a68d2489d116a5c5e8111ecef3f69831ed6
alsa: fix snd_BUG_on() and friends

sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_set_pipe_cmd_params':
sound/pci/pcxhr/pcxhr_core.c:700: warning: statement with no effect
sound/pci/pcxhr/pcxhr_core.c:706: warning: statement with no effect
sound/pci/pcxhr/pcxhr_core.c:710: warning: statement with no effect

Due to

try to fix this, and be more conventional about the empty stubs.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/core.h