mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] logic error in gus_wave driver
@ 2003-08-11 16:48 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 16:48 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/sound/oss/gus_wave.c linux-2.5/sound/oss/gus_wave.c
--- bk-linus/sound/oss/gus_wave.c	2003-05-26 12:57:43.000000000 +0100
+++ linux-2.5/sound/oss/gus_wave.c	2003-07-13 13:33:57.000000000 +0100
@@ -3034,7 +3034,7 @@ void __init gus_wave_init(struct address
 
 	gus_initialize();
 	
-	if ((gus_mem_size > 0) & !gus_no_wave_dma)
+	if ((gus_mem_size > 0) && !gus_no_wave_dma)
 	{
 		hw_config->slots[4] = -1;
 		if ((gus_devnum = sound_install_audiodrv(AUDIO_DRIVER_VERSION,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-11 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 16:48 [PATCH] logic error in gus_wave driver davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®