Re: [PATCH v3] Fix pointer cast for 32 bits arch

2015-04-13 Thread Dan Carpenter
Greg, can you drop this one. I replied to the earlier thread. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v3] Fix pointer cast for 32 bits arch

2015-04-12 Thread Peter Senna Tschudin
Sparse complains about casting void * to u64 on i386. Change the cast to resource_size_t. Also update the type of the first argument of gf_write64() from unsigned long to resource_size_t. Signed-off-by: Peter Senna Tschudin --- Changes from V2: - Fixed spelling of complains - Updated commit me