mirror of https://gitee.com/openkylin/linux.git
Staging: iio: adc: Add missing blank line
This fixes following checkpatch.pl warningi: WARNING: Missing a blank line after declarations Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
97088bb3f7
commit
3e4b49234d
|
@ -1420,6 +1420,7 @@ static int mxs_lradc_hw_init(struct mxs_lradc *lradc)
|
||||||
(LRADC_DELAY_TIMER_PER << LRADC_DELAY_DELAY_OFFSET);
|
(LRADC_DELAY_TIMER_PER << LRADC_DELAY_DELAY_OFFSET);
|
||||||
|
|
||||||
int ret = stmp_reset_block(lradc->base);
|
int ret = stmp_reset_block(lradc->base);
|
||||||
|
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue