Re: [PATCH v2 08/12] staging: ks7010: replace GetUInt32 macro with inline function

2018-03-28 Thread Greg KH
On Fri, Mar 23, 2018 at 02:05:16PM +0100, Sergio Paracuellos wrote: > This commit replaces GetUInt32 with inline function renaming > it to get_uint32. > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/ks7010/michael_mic.c | 15 +-- > 1 file changed, 9 insertions(+), 6 del

[PATCH v2 08/12] staging: ks7010: replace GetUInt32 macro with inline function

2018-03-23 Thread Sergio Paracuellos
This commit replaces GetUInt32 with inline function renaming it to get_uint32. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/michael_mic.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ks7010/michael_mic.c b/drivers/staging/ks