Commit 99be0245 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Lee Jones

mfd: twl4030-madc: Cleanup driver

Some style fixes in twl4030-madc driver.
Reported-by: default avatarJonathan Cameron <jic23@kernel.org>
Reported-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSebastian Reichel <sre@debian.org>
Acked-by: default avatarJonathan Cameron <jic23@kernel.org>
Tested-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 2f39b70f
This diff is collapsed.
...@@ -44,7 +44,7 @@ struct twl4030_madc_conversion_method { ...@@ -44,7 +44,7 @@ struct twl4030_madc_conversion_method {
struct twl4030_madc_request { struct twl4030_madc_request {
unsigned long channels; unsigned long channels;
u16 do_avg; bool do_avg;
u16 method; u16 method;
u16 type; u16 type;
bool active; bool active;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment