[PATCH] hwmon: Discard explicit static initializations to 0
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / via686a.c
index 688ccf924c3a329a1670887887c4e4639a373b5d..54861f13fee242042c30531e489fd1c7809ad1c4 100644 (file)
@@ -44,7 +44,7 @@
 
 /* If force_addr is set to anything different from 0, we forcibly enable
    the device at the given address. */
-static unsigned short force_addr = 0;
+static unsigned short force_addr;
 module_param(force_addr, ushort, 0);
 MODULE_PARM_DESC(force_addr,
                 "Initialize the base address of the sensors");