Re: [PATCH V5] staging: goldfish: Fix pointer cast for 32 bits

2015-05-09 Thread Greg KH
On Mon, May 04, 2015 at 03:11:18PM +0200, Peter Senna Tschudin wrote: As the first argument of gf_write64() was of type unsigned long, and as some calls to gf_write64() were casting the first argument from void * to u64 the compiler and/or sparse were printing warnings for casts of wrong sizes

[PATCH V5] staging: goldfish: Fix pointer cast for 32 bits

2015-05-04 Thread Peter Senna Tschudin
As the first argument of gf_write64() was of type unsigned long, and as some calls to gf_write64() were casting the first argument from void * to u64 the compiler and/or sparse were printing warnings for casts of wrong sizes when compiling for i386. This patch changes the type of the first

Re: [PATCH V5] staging: goldfish: Fix pointer cast for 32 bits

2015-05-04 Thread Dan Carpenter
Looks good. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel