]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/i2c/busses/i2c-ali15x3.c
[PATCH] i2c: Discard explicit static initializations to 0
[mv-sheeva.git] / drivers / i2c / busses / i2c-ali15x3.c
index b3f50bff39a06c79f00e5ce59ddc0eea229008e3..e13d60c120b926283205b4a48be35d29d20e0977 100644 (file)
 
 /* If force_addr is set to anything different from 0, we forcibly enable
    the device at the given address. */
-static u16 force_addr = 0;
+static u16 force_addr;
 module_param(force_addr, ushort, 0);
 MODULE_PARM_DESC(force_addr,
                 "Initialize the base address of the i2c controller");
 
-static unsigned short ali15x3_smba = 0;
+static unsigned short ali15x3_smba;
 
 static int ali15x3_setup(struct pci_dev *ALI15X3_dev)
 {