Commit b0308b2a authored by Kumar Gala's avatar Kumar Gala Committed by Linus Torvalds

[PATCH] ppc32: fix rheap warning

Here is patch that fixes a compile warning with rheap
Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4fe2f76d
......@@ -645,6 +645,7 @@ int rh_set_owner(rh_info_t * info, void *start, const char *owner)
return -EINVAL;
blk->owner = owner;
size = blk->size;
return size;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment