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

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

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/sound/trix.c linux/drivers/sound/trix.c
@@ -276,7 +276,7 @@
 
 	int tmp;
 	unsigned char conf;
-	static char irq_translate[] = {
+	static signed char irq_translate[] = {
 		-1, -1, -1, 0, 1, 2, -1, 3
 	};
 
@@ -346,7 +346,7 @@
 static int __init probe_trix_mpu(struct address_info *hw_config)
 {
 	unsigned char conf;
-	static char irq_bits[] = {
+	static int irq_bits[] = {
 		-1, -1, -1, 1, 2, 3, -1, 4, -1, 5
 	};
 

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