patch-1.3.36 linux/drivers/sound/maui.c

Next file: linux/drivers/sound/midi_synth.c
Previous file: linux/drivers/sound/hex2hex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.35/linux/drivers/sound/maui.c linux/drivers/sound/maui.c
@@ -85,7 +85,7 @@
 	}
     }
 
-  printk ("Maui: Transmit timeout\n");
+  printk ("Maui: Write timeout\n");
 
   return 0;
 }
@@ -128,7 +128,7 @@
    * been transferred already.
    */
 
-  memcpy_fromfs ((&((char *) &header)[offs]), &((addr)[offs]), (hdr_size - offs));
+  memcpy_fromfs (&((char *) &header)[offs], &((addr)[offs]), hdr_size - offs);
 
   if (count < header.len)
     {

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