[PATCH] i2c: Discard explicit static initializations to 0
Kill explicit static initializations to 0 in 10 i2c drivers. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/i2c/algos/i2c-algo-pca.c | 2 +- drivers/i2c/algos/i2c-algo-sibyte.c | 2 +- drivers/i2c/busses/i2c-ali15x3.c | 4 ++-- drivers/i2c/busses/i2c-amd756.c | 2 +- drivers/i2c/busses/i2c-iop3xx.c | 2 +- drivers/i2c/busses/i2c-piix4.c | 8 ++++---- drivers/i2c/busses/i2c-sis5595.c | 4 ++-- drivers/i2c/busses/i2c-sis630.c | 2 +- drivers/i2c/busses/i2c-sis96x.c | 2 +- drivers/i2c/busses/i2c-via.c | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-)
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
b918ecd242
commit
605070952f
@@ -42,7 +42,7 @@
|
||||
|
||||
/* module parameters:
|
||||
*/
|
||||
static int bit_scan=0; /* have a look at what's hanging 'round */
|
||||
static int bit_scan; /* have a look at what's hanging 'round */
|
||||
|
||||
|
||||
static int smbus_xfer(struct i2c_adapter *i2c_adap, u16 addr,
|
||||
|
Reference in New Issue
Block a user