|
@@ -44,7 +44,7 @@
|
|
|
|
|
|
/* If force_addr is set to anything different from 0, we forcibly enable
|
|
/* If force_addr is set to anything different from 0, we forcibly enable
|
|
the device at the given address. */
|
|
the device at the given address. */
|
|
-static unsigned short force_addr = 0;
|
|
|
|
|
|
+static unsigned short force_addr;
|
|
module_param(force_addr, ushort, 0);
|
|
module_param(force_addr, ushort, 0);
|
|
MODULE_PARM_DESC(force_addr,
|
|
MODULE_PARM_DESC(force_addr,
|
|
"Initialize the base address of the sensors");
|
|
"Initialize the base address of the sensors");
|