patch-2.3.43 linux/drivers/pnp/isapnp.c

Next file: linux/drivers/pnp/isapnp_proc.c
Previous file: linux/drivers/pcmcia/yenta.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/pnp/isapnp.c linux/drivers/pnp/isapnp.c
@@ -241,7 +241,7 @@
 static void __init isapnp_peek(unsigned char *data, int bytes)
 {
 	int i, j;
-	unsigned char d;
+	unsigned char d=0;
 
 	for (i = 1; i <= bytes; i++) {
 		for (j = 0; j < 10; j++) {

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