Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131161
b: refs/heads/master
c: d88dfb8
h: refs/heads/master
i:
  131159: 3da1855
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Greg Kroah-Hartman committed Feb 9, 2009
1 parent 61dff9d commit bce0146
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: 5701c0519b7a357a602fda5c96f26197ecfc4c85
refs/heads/master: d88dfb8dc4bfb66066e7c68727c219faaa541206
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/timed_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static ssize_t gpio_enable_show(struct device *dev, struct device_attribute *att
if (hrtimer_active(&gpio_data->timer)) {
ktime_t r = hrtimer_get_remaining(&gpio_data->timer);
struct timeval t = ktime_to_timeval(r);
remaining = t.tv_sec * 1000 + t.tv_usec;
remaining = t.tv_sec * 1000 + t.tv_usec / 1000;
} else
remaining = 0;

Expand Down

0 comments on commit bce0146

Please sign in to comment.