From: Greg Kroah-Hartman Date: Fri, 18 Jun 2010 17:30:21 +0000 (-0700) Subject: Staging: vt6655: fix up U32 conversion X-Git-Tag: v2.6.36-rc1~520^2~1^2~457 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb97d9a265f6001411df43d3ea523338c73c83f;p=pandora-kernel.git Staging: vt6655: fix up U32 conversion Commit 902d2411298a6e0b8a473a0163aa4bf6d5c8a073 converted U32 to u32 which you would think would be just fine. Unfortunatly, it seems that VIA only builds their code on a 32bit processor (which makes sense if you think about it), but this doesn't work on x86-64. So fix up the few places where this really wanted to be an unsigned long width. Cc: Charles Clément Cc: Forest Bond , Cc: Andres More Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed