Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173813
b: refs/heads/master
c: 870571a
h: refs/heads/master
i:
  173811: 8327a38
v: v3
  • Loading branch information
Rudy Matela authored and Jiri Kosina committed Dec 4, 2009
1 parent 1d44eab commit d06a93c
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: 1b35edaf9ff33ee44db24aa38060061927a89185
refs/heads/master: 870571a2ef6fb2d6306673b4376fec93d441e013
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/hdlc_fr.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci)
if (pvc->dlci == dlci)
return pvc;
if (pvc->dlci > dlci)
return NULL; /* the listed is sorted */
return NULL; /* the list is sorted */
pvc = pvc->next;
}

Expand Down

0 comments on commit d06a93c

Please sign in to comment.