Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268596
b: refs/heads/master
c: 0b89525
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Oct 3, 2011
1 parent 0c12cea commit 1728abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50ac23be392c7bc88193247e85baddbcd08150ee
refs/heads/master: 0b89525dfcb8b90b5992d6de1433aa04b0a04b3a
3 changes: 1 addition & 2 deletions trunk/drivers/staging/iio/adc/ad7606_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1728abe

Please sign in to comment.