diff options
author | Sebastian Reichel <sre@debian.org> | 2014-03-15 21:43:27 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-18 04:13:39 -0400 |
commit | 99be0245c8869cbd7b9c0ab3f093f41c60362f91 (patch) | |
tree | 1c5bbe4f7bd25b327272345802dc7ddf6aa9aec2 /include/linux/i2c | |
parent | 2f39b70fef194a54c9decd8687bb05d576afebe5 (diff) |
mfd: twl4030-madc: Cleanup driver
Some style fixes in twl4030-madc driver.
Reported-by: Jonathan Cameron <jic23@kernel.org>
Reported-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sebastian Reichel <sre@debian.org>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Tested-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl4030-madc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c/twl4030-madc.h b/include/linux/i2c/twl4030-madc.h index 01f595107048..1c0134dd3271 100644 --- a/include/linux/i2c/twl4030-madc.h +++ b/include/linux/i2c/twl4030-madc.h | |||
@@ -44,7 +44,7 @@ struct twl4030_madc_conversion_method { | |||
44 | 44 | ||
45 | struct twl4030_madc_request { | 45 | struct twl4030_madc_request { |
46 | unsigned long channels; | 46 | unsigned long channels; |
47 | u16 do_avg; | 47 | bool do_avg; |
48 | u16 method; | 48 | u16 method; |
49 | u16 type; | 49 | u16 type; |
50 | bool active; | 50 | bool active; |