From 9efe5ae1cb703768acb41ea361b674d831a62dbd Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 5 Jan 2012 19:50:15 +0100 Subject: [PATCH] --- yaml --- r: 292100 b: refs/heads/master c: a6bee4a5571d24b9ba7c98f6becc7c45312a537d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/amc6821.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 775ba66b9c83..98aefeb18ea8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2faaa9316cc5556bb3d7d0d91720820434c317ba +refs/heads/master: a6bee4a5571d24b9ba7c98f6becc7c45312a537d diff --git a/trunk/drivers/hwmon/amc6821.c b/trunk/drivers/hwmon/amc6821.c index 89a6b9da0ec3..4a4bfef3d976 100644 --- a/trunk/drivers/hwmon/amc6821.c +++ b/trunk/drivers/hwmon/amc6821.c @@ -47,7 +47,7 @@ static const unsigned short normal_i2c[] = {0x18, 0x19, 0x1a, 0x2c, 0x2d, 0x2e, * Insmod parameters */ -static int pwminv = 0; /*Inverted PWM output. */ +static int pwminv; /*Inverted PWM output. */ module_param(pwminv, int, S_IRUGO); static int init = 1; /*Power-on initialization.*/