Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233703
b: refs/heads/master
c: 99b0d36
h: refs/heads/master
i:
  233701: 5eacfa1
  233699: a4fbc1f
  233695: 3247813
v: v3
  • Loading branch information
Alexander Gordeev authored and Linus Torvalds committed Feb 25, 2011
1 parent 5c23258 commit bd28240
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: e5598f8bf5449bc09e4005600ead32e6f2a3e79b
refs/heads/master: 99b0d365e5ade293c5fa25a9f1a49ac764656670
2 changes: 1 addition & 1 deletion trunk/drivers/pps/kapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event,
{
unsigned long flags;
int captured = 0;
struct pps_ktime ts_real;
struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 };

/* check event type */
BUG_ON((event & (PPS_CAPTUREASSERT | PPS_CAPTURECLEAR)) == 0);
Expand Down

0 comments on commit bd28240

Please sign in to comment.