Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338467
b: refs/heads/master
c: 273a4b8
h: refs/heads/master
i:
  338465: 6617a49
  338463: ec869a4
v: v3
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Nov 26, 2012
1 parent d71806c commit a8ee377
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: bc6835a41aea115d97a74d67dc95faa0bbc63d5f
refs/heads/master: 273a4b8a58840773730e0134fe1af11d399cb7a0
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/max310x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ static int max310x_probe(struct spi_device *spi)
s->gpio.set = max310x_gpio_set;
s->gpio.base = pdata->gpio_base;
s->gpio.ngpio = s->nr_gpio;
s->gpio.can_sleep = 1;
if (gpiochip_add(&s->gpio)) {
/* Indicate that we should not call gpiochip_remove */
s->gpio.base = 0;
Expand Down

0 comments on commit a8ee377

Please sign in to comment.