提交 0b89525d 编写于 作者: J Jonathan Cameron 提交者: Greg Kroah-Hartman

staging:iio:adc:ad7606 trivial code style fix.

Signed-off-by: NJonathan Cameron <jic23@cam.ac.uk>
Acked-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 50ac23be
......@@ -329,9 +329,8 @@ static int ad7606_request_gpios(struct ad7606_state *st)
}
ret = gpio_request_array(gpio_array, ARRAY_SIZE(gpio_array));
if (!ret) {
if (!ret)
st->have_os = true;
}
ret = gpio_request_one(st->pdata->gpio_reset, GPIOF_OUT_INIT_LOW,
"AD7606_RESET");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册