Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235936
b: refs/heads/master
c: a994b05
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna committed Feb 5, 2011
1 parent 1d36293 commit cdff87c
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: ba44df6f8875c0e56d5923d742face59d81b8dc7
refs/heads/master: a994b051b6cb246bb8843b3fbb7dea4185a01399
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tidspbridge/rmgr/rmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ int rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size,
new_sect->addr = addr;
new_sect->size = size;
new_sect->page = segid;
if (list_is_last(sect, &target->ovly_list))
if (list_is_last(&sect->list_elem, &target->ovly_list))
/* Put new section at the end of the list */
list_add_tail(&new_sect->list_elem,
&target->ovly_list);
Expand Down

0 comments on commit cdff87c

Please sign in to comment.