Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32650
b: refs/heads/master
c: abecb6d
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Linus Torvalds committed Jul 15, 2006
1 parent 43b0900 commit f96cc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 91e260b80d2fec559877f399dfc36b554f207874
refs/heads/master: abecb6da704a71232a3103c8485c65ceb5fcd9dc
6 changes: 2 additions & 4 deletions trunk/drivers/char/nsc_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ ssize_t nsc_gpio_write(struct file *file, const char __user *data,
amp->gpio_config(m, ~1, 0);
break;
case 'T':
dev_dbg(dev, "GPIO%d output is push pull\n",
m);
dev_dbg(dev, "GPIO%d output is push pull\n", m);
amp->gpio_config(m, ~2, 2);
break;
case 't':
dev_dbg(dev, "GPIO%d output is open drain\n",
m);
dev_dbg(dev, "GPIO%d output is open drain\n", m);
amp->gpio_config(m, ~2, 0);
break;
case 'P':
Expand Down

0 comments on commit f96cc79

Please sign in to comment.