mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
hwmon: (amc6821) fix initialisation
fix checkpatch error: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
parent
2faaa9316c
commit
a6bee4a557
1 changed files with 1 additions and 1 deletions
|
@ -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.*/
|
||||
|
|
Loading…
Reference in a new issue