[PATCH 0/3] Staging: vt6655: remove PBYTE/PWORD/PDWORD typedef

Greg KH greg at kroah.com
Fri Jun 18 17:21:03 UTC 2010


On Sat, Jun 05, 2010 at 03:13:46PM -0700, Charles Clément wrote:
> Remove the following typedef from ttype.h and replace with the actual type:
> 	PBYTE	->	unsigned char *
> 	PWORD	->	unsigned short *
> 	PDWORD	->	unsigned long *

After applying all of your typedef cleanup patches, I'm getting a bunch
of compiler warnings on x86-64 like:
	drivers/staging/vt6655/iwctl.c: In function ‘iwctl_get_wireless_stats’:
	drivers/staging/vt6655/iwctl.c:119:36: warning: cast from pointer to integer of different size

I'll go see what went wrong...

thanks,

greg k-h



More information about the devel mailing list