Staging: vt6655: fix up U32 conversion
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 17:30:21 +0000 (10:30 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 17:30:21 +0000 (10:30 -0700)
commitafb97d9a265f6001411df43d3ea523338c73c83f
tree82df3ecc9add782a1f76f0caf42b6ef260fa60ee
parentcf160bc9269fecba0a10e9957e8591fcc293dddf
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>
drivers/staging/vt6655/device.h
drivers/staging/vt6655/iwctl.c