Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193534
b: refs/heads/master
c: af8b01b
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Dmitry Torokhov committed May 19, 2010
1 parent f07ea7b commit 9c9dc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8d0bc2b456103a34c11e01305cd1aed1cde579e5
refs/heads/master: af8b01b03941e6b008d63b42c0433699c3d3d184
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/wm97xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio,
mutex_lock(&wm->codec_mutex);
reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS);

if (status & WM97XX_GPIO_HIGH)
if (status == WM97XX_GPIO_HIGH)
reg |= gpio;
else
reg &= ~gpio;
Expand Down

0 comments on commit 9c9dc86

Please sign in to comment.