Commit d6b797dd authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] logic error in gus_wave driver

parent 830ae0da
......@@ -3034,7 +3034,7 @@ void __init gus_wave_init(struct address_info *hw_config)
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment