From: Al Viro Date: Sat, 22 Dec 2007 18:56:53 +0000 (+0000) Subject: fec_mpc52xx: write in C... X-Git-Tag: v2.6.24-rc7~40^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc154ac64aa8d3396b187f64cef01ce67f433324;p=pandora-kernel.git fec_mpc52xx: write in C... If you need to find a difference between addresses of two struct members, subtract offsetof() or cast addresses to char * and subtract those if you prefer it that way. Doing that same with s/char */u32/, OTOH... Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed