lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 17 Oct 2021 14:46:40 +0200 From: Michael Straube <straube.linux@...il.com> To: Martin Kaiser <martin@...ser.cx>, Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: Larry Finger <Larry.Finger@...inger.net>, Phillip Potter <phil@...lpotter.co.uk>, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org Subject: Re: [PATCH 1/3] staging: r8188eu: res_to_status is unused On 10/16/21 20:13, Martin Kaiser wrote: > The function res_to_status is not used. Remove it. > > Signed-off-by: Martin Kaiser <martin@...ser.cx> > --- > drivers/staging/r8188eu/include/osdep_service.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/staging/r8188eu/include/osdep_service.h b/drivers/staging/r8188eu/include/osdep_service.h > index 4622ce400e41..d148137adf39 100644 > --- a/drivers/staging/r8188eu/include/osdep_service.h > +++ b/drivers/staging/r8188eu/include/osdep_service.h > @@ -174,11 +174,6 @@ static inline void flush_signals_thread(void) > flush_signals(current); > } > > -static inline int res_to_status(int res) > -{ > - return res; > -} > - > #define _RND(sz, r) ((((sz)+((r)-1))/(r))*(r)) > #define RND4(x) (((x >> 2) + (((x & 3) == 0) ? 0: 1)) << 2) > > Acked-by: Michael Straube <straube.linux@...il.com>
Powered by blists - more mailing lists