Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164042
b: refs/heads/master
c: 758d8e4
h: refs/heads/master
v: v3
  • Loading branch information
Phil Carmody authored and Artem Bityutskiy committed Aug 14, 2009
1 parent 8d639c1 commit 09a4d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4a406856ea6830d8b8dba6a27d9f9331c5f4c13a
refs/heads/master: 758d8e46347aee199e7025b8c571bab75d2de63f
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/ubi/ubi.h
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ void ubi_do_get_volume_info(struct ubi_device *ubi, struct ubi_volume *vol,
for (rb = rb_first(root), \
pos = (rb ? container_of(rb, typeof(*pos), member) : NULL); \
rb; \
rb = rb_next(rb), pos = container_of(rb, typeof(*pos), member))
rb = rb_next(rb), \
pos = (rb ? container_of(rb, typeof(*pos), member) : NULL))

/**
* ubi_zalloc_vid_hdr - allocate a volume identifier header object.
Expand Down

0 comments on commit 09a4d4a

Please sign in to comment.