Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288914
b: refs/heads/master
c: e3251e0
h: refs/heads/master
v: v3
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 90efbc7 commit 296a076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: aa5af974127d317071d6225a0f3678c5f520e7ce
refs/heads/master: e3251e0d7921fbedfe61cb237c6ce6c273bd93a7
6 changes: 3 additions & 3 deletions trunk/drivers/staging/android/timed_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ struct timed_gpio_data {
struct timed_output_dev dev;
struct hrtimer timer;
spinlock_t lock;
unsigned gpio;
int max_timeout;
u8 active_low;
unsigned gpio;
int max_timeout;
u8 active_low;
};

static enum hrtimer_restart gpio_timer_func(struct hrtimer *timer)
Expand Down

0 comments on commit 296a076

Please sign in to comment.