Re: [PATCH 09/16] wcn36xx: Add smd.c
From: Joe Perches <joe@perches.com>
Date: 2013-08-21 11:20:19
From: Joe Perches <joe@perches.com>
Date: 2013-08-21 11:20:19
On Wed, 2013-08-21 at 10:15 +0200, Johannes Berg wrote:
It should really be u8* instead of void*, since void* pointer arithmetic isn't really defined I think?
Well, it is for gcc and void * arithmetic is widely used throughout the kernel.