Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87090
b: refs/heads/master
c: 8420780
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Linus Torvalds committed Mar 11, 2008
1 parent 97e2539 commit 44bbd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7be3dfec4724c51e890455fe48fe188ad7c18b88
refs/heads/master: 842078054da2d754c6b998b116d7c468abbfaaca
1 change: 1 addition & 0 deletions trunk/drivers/gpio/pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ static void pca953x_setup_gpio(struct pca953x_chip *chip, int gpios)
gc->direction_output = pca953x_gpio_direction_output;
gc->get = pca953x_gpio_get_value;
gc->set = pca953x_gpio_set_value;
gc->can_sleep = 1;

gc->base = chip->gpio_start;
gc->ngpio = gpios;
Expand Down

0 comments on commit 44bbd2d

Please sign in to comment.