patch-2.3.99-pre7 linux/drivers/sound/mad16.c

Next file: linux/drivers/sound/midibuf.c
Previous file: linux/drivers/sound/i810_audio.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/sound/mad16.c linux/drivers/sound/mad16.c
@@ -643,10 +643,10 @@
 static void __init attach_mad16(struct address_info *hw_config)
 {
 
-	static char     interrupt_bits[12] = {
+	static signed char     interrupt_bits[12] = {
 		-1, -1, -1, -1, -1, -1, -1, 0x08, -1, 0x10, 0x18, 0x20
 	};
-	char bits;
+	signed char bits;
 
 	static char     dma_bits[4] = {
 		1, 2, 0, 3

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)