patch-1.3.21 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/sound_switch.c
Previous file: linux/drivers/scsi/sd_ioctl.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Fri Aug 18 08:35:24 1995
 -  Orig file: 
v1.3.20/linux/drivers/sound/ad1848.c
 -  Orig date: 
Sun Aug 13 14:45:33 1995
 
diff -u --recursive --new-file v1.3.20/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -252,7 +252,7 @@
   prev = INB (io_Index_Addr (devc));
   OUTB (0x00, io_Index_Addr (devc));	/* Clear the MCE bit */
 
-  if (prev & 0x40 == 0)		/* Not in MCE mode */
+  if ((prev & 0x40) == 0)		/* Not in MCE mode */
     {
       RESTORE_INTR (flags);
       return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this