From: Eric Paris Date: Mon, 29 Nov 2010 20:47:09 +0000 (-0500) Subject: flex_array: fix flex_array_put_ptr macro to be valid C X-Git-Tag: v2.6.38-rc1~429^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41ab6a1b9028de33e74101cb0aae13098a56fdb;p=pandora-kernel.git flex_array: fix flex_array_put_ptr macro to be valid C Using flex_array_put_ptr() results in a compile error "error: lvalue required as unary ‘&’ operand" fix the casting order to fix this. Signed-off-by: Eric Paris --- Reading git-diff-tree failed