Re: [PATCH] staging: r8188eu: replace rtw_netdev_priv define with inline function

2020-08-01 Thread Greg Kroah-Hartman
On Sat, Aug 01, 2020 at 04:11:38PM +0300, Ivan Safonov wrote: > On 8/1/20 12:51 PM, Greg Kroah-Hartman wrote: > > On Sat, Aug 01, 2020 at 12:47:07PM +0300, Ivan Safonov wrote: > > > The function guarantees type checking of arguments and return value. > > > > > > Signed-off-by: Ivan Safonov > > >

Re: [PATCH] staging: r8188eu: replace rtw_netdev_priv define with inline function

2020-08-01 Thread Ivan Safonov
On 8/1/20 12:51 PM, Greg Kroah-Hartman wrote: On Sat, Aug 01, 2020 at 12:47:07PM +0300, Ivan Safonov wrote: The function guarantees type checking of arguments and return value. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/osdep_service.h | 6 -- 1 file changed, 4

Re: [PATCH] staging: r8188eu: replace rtw_netdev_priv define with inline function

2020-08-01 Thread Greg Kroah-Hartman
On Sat, Aug 01, 2020 at 12:47:07PM +0300, Ivan Safonov wrote: > The function guarantees type checking of arguments and return value. > > Signed-off-by: Ivan Safonov > --- > drivers/staging/rtl8188eu/include/osdep_service.h | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff

[PATCH] staging: r8188eu: replace rtw_netdev_priv define with inline function

2020-08-01 Thread Ivan Safonov
The function guarantees type checking of arguments and return value. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/osdep_service.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h