lkml.org 
[lkml]   [1996]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectSmall sound-patch for 2.0.4
Date
Hi

This patch fixes a forgotten ; in sb_common.c

diff -ru tmplinux/drivers/sound/sb_common.c linux/drivers/sound/sb_common.c
--- tmplinux/drivers/sound/sb_common.c Mon Jul 8 21:46:13 1996
+++ linux/drivers/sound/sb_common.c Mon Jul 8 21:27:17 1996
@@ -1173,7 +1173,7 @@
}
hw_config->name = "Sound Blaster 16";
hw_config->irq = -devc->irq;
- sb16_set_mpu_port(devc, hw_config)
+ sb16_set_mpu_port(devc, hw_config);
break;

case MDL_ESS:

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.032 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site