diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-viapro.c')
-rw-r--r-- | drivers/i2c/busses/i2c-viapro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-viapro.c b/drivers/i2c/busses/i2c-viapro.c index 0b012f1f8ac5..2a62c998044a 100644 --- a/drivers/i2c/busses/i2c-viapro.c +++ b/drivers/i2c/busses/i2c-viapro.c | |||
@@ -91,7 +91,7 @@ static unsigned short SMBHSTCFG = 0xD2; | |||
91 | 91 | ||
92 | /* If force is set to anything different from 0, we forcibly enable the | 92 | /* If force is set to anything different from 0, we forcibly enable the |
93 | VT596. DANGEROUS! */ | 93 | VT596. DANGEROUS! */ |
94 | static int force; | 94 | static bool force; |
95 | module_param(force, bool, 0); | 95 | module_param(force, bool, 0); |
96 | MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!"); | 96 | MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!"); |
97 | 97 | ||