patch-2.4.0-test9 linux/drivers/i2c/i2c-algo-bit.c

Next file: linux/drivers/i2c/i2c-core.c
Previous file: linux/drivers/char/wdt_pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/i2c/i2c-algo-bit.c linux/drivers/i2c/i2c-algo-bit.c
@@ -62,9 +62,9 @@
 
 /* module parameters:
  */
-static int i2c_debug=0;
-static int bit_test=0;	/* see if the line-setting functions work	*/
-static int bit_scan=0;	/* have a look at what's hanging 'round		*/
+static int i2c_debug;
+static int bit_test;	/* see if the line-setting functions work	*/
+static int bit_scan;	/* have a look at what's hanging 'round		*/
 
 /* --- setting states on the bus with the right timing: ---------------	*/
 

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