mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
iio: adc: Indent if statement
Indent lines inside if statement. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
87a048ef95
commit
aa0eb886be
1 changed files with 4 additions and 3 deletions
|
@ -1501,7 +1501,8 @@ static int mxs_lradc_hw_init(struct mxs_lradc *lradc)
|
||||||
LRADC_CTRL0);
|
LRADC_CTRL0);
|
||||||
|
|
||||||
if (lradc->use_touchscreen == MXS_LRADC_TOUCHSCREEN_5WIRE)
|
if (lradc->use_touchscreen == MXS_LRADC_TOUCHSCREEN_5WIRE)
|
||||||
mxs_lradc_reg_set(lradc, LRADC_CTRL0_MX28_TOUCH_SCREEN_TYPE,
|
mxs_lradc_reg_set(lradc,
|
||||||
|
LRADC_CTRL0_MX28_TOUCH_SCREEN_TYPE,
|
||||||
LRADC_CTRL0);
|
LRADC_CTRL0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue