

sound/pci/trident/trident_main.c: In function `snd_trident_gameport_trigger':
sound/pci/trident/trident_main.c:3125: warning: `return' with a value, in function returning void

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/sound/pci/trident/trident_main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN sound/pci/trident/trident_main.c~snd_trident_gameport_trigger-warning-fix sound/pci/trident/trident_main.c
--- 25/sound/pci/trident/trident_main.c~snd_trident_gameport_trigger-warning-fix	2005-03-02 21:07:38.000000000 -0800
+++ 25-akpm/sound/pci/trident/trident_main.c	2005-03-02 21:07:45.000000000 -0800
@@ -3122,7 +3122,7 @@ static void snd_trident_gameport_trigger
 {
 	trident_t *chip = gameport->port_data;
 
-	snd_assert(chip, return 0);
+	snd_assert(chip, return);
 	outb(0xff, TRID_REG(chip, GAMEPORT_LEGACY));
 }
 
_
