diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-18 10:30:21 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-18 10:30:21 -0700 |
commit | afb97d9a265f6001411df43d3ea523338c73c83f (patch) | |
tree | 82df3ecc9add782a1f76f0caf42b6ef260fa60ee /REPORTING-BUGS | |
parent | cf160bc9269fecba0a10e9957e8591fcc293dddf (diff) |
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 <caratorn@gmail.com>
Cc: Forest Bond <forest@alittletooquiet.net>,
Cc: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions