Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156267
b: refs/heads/master
c: 447c233
h: refs/heads/master
i:
  156265: cdb502b
  156263: bab0f99
v: v3
  • Loading branch information
Roel Kluin authored and Helge Deller committed Aug 2, 2009
1 parent efdff82 commit caf062c
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: b4f2e2ad5348063ef94aa623f6f09b52ecaf0990
refs/heads/master: 447c233da4d109c6194fefd69e5185cbc93cc062
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/pdc_stable.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ pdcspath_layer_read(struct pdcspath_entry *entry, char *buf)
if (!i) /* entry is not ready */
return -ENODATA;

for (i = 0; devpath->layers[i] && (likely(i < 6)); i++)
for (i = 0; i < 6 && devpath->layers[i]; i++)
out += sprintf(out, "%u ", devpath->layers[i]);

out += sprintf(out, "\n");
Expand Down

0 comments on commit caf062c

Please sign in to comment.