Re: [PATCH v2 07/12] staging: ks7010: replace PutUInt32 macro with an inline function

2018-03-28 Thread Greg KH
On Fri, Mar 23, 2018 at 02:05:15PM +0100, Sergio Paracuellos wrote: > This commit replaces PutUInt32 macro in favour of inline function > renaming it to put_uint32. > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/ks7010/michael_mic.c | 18 +- > 1 file changed, 9 ins

[PATCH v2 07/12] staging: ks7010: replace PutUInt32 macro with an inline function

2018-03-23 Thread Sergio Paracuellos
This commit replaces PutUInt32 macro in favour of inline function renaming it to put_uint32. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/michael_mic.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/ks7010/michael_mic.c b/d