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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 8 Nov 2015 14:04:18 +0700
From:	Ivan Safonov <insafonov@...il.com>
To:	devel@...verdev.osuosl.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Vaishali Thakkar <vthakkar1994@...il.com>,
	Jakub Sitnicki <jsitnicki@...il.com>,
	Anish Bhatt <anish@...ech.edu>, Joe Perches <joe@...ches.com>,
	Nicholas Mc Guire <der.herr@...r.at>,
	Alexey Khoroshilov <khoroshilov@...ras.ru>,
	Rémy Oudompheng <remyoudompheng@...il.com>,
	Sudip Mukherjee <sudipm.mukherjee@...il.com>,
	Shraddha Barke <shraddha.6596@...il.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 12/12] staging: rtl8188eu: remove unused RTW_STATUS_CODE
 function

On 11/08/2015 01:53 PM, Ivan Safonov wrote:
> This driver is only for the Linux kernel.
>
> Signed-off-by: Ivan Safonov <insafonov@...il.com>
> ---
>   drivers/staging/rtl8188eu/include/osdep_service.h |  2 --
>   drivers/staging/rtl8188eu/os_dep/osdep_service.c  | 11 -----------
>   2 files changed, 13 deletions(-)
>
> diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h
> index 22de53d..194e56d 100644
> --- a/drivers/staging/rtl8188eu/include/osdep_service.h
> +++ b/drivers/staging/rtl8188eu/include/osdep_service.h
> @@ -75,8 +75,6 @@ static inline int rtw_netif_queue_stopped(struct net_device *pnetdev)
>   		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3));
>   }
>   
> -int RTW_STATUS_CODE(int error_code);
> -
>   #define rtw_update_mem_stat(flag, sz) do {} while (0)
>   u8 *_rtw_malloc(u32 sz);
>   #define rtw_malloc(sz)			_rtw_malloc((sz))
> diff --git a/drivers/staging/rtl8188eu/os_dep/osdep_service.c b/drivers/staging/rtl8188eu/os_dep/osdep_service.c
> index d87b547..9606214 100644
> --- a/drivers/staging/rtl8188eu/os_dep/osdep_service.c
> +++ b/drivers/staging/rtl8188eu/os_dep/osdep_service.c
> @@ -28,17 +28,6 @@
>   #include <linux/vmalloc.h>
>   #include <rtw_ioctl_set.h>
>   
> -/*
> -* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE
> -* @return: one of RTW_STATUS_CODE
> -*/
> -inline int RTW_STATUS_CODE(int error_code)
> -{
> -	if (error_code >= 0)
> -		return _SUCCESS;
> -	return _FAIL;
> -}
> -
>   u8 *_rtw_malloc(u32 sz)
>   {
>   	u8	*pbuf = NULL;

Oops, I am sorry.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists