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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 21 Mar 2016 10:42:49 +0000
From:	"Opensource [Steve Twiss]" <stwiss.opensource@...semi.com>
To:	Colin King <colin.king@...onical.com>,
	Support Opensource <Support.Opensource@...semi.com>,
	Lee Jones <lee.jones@...aro.org>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] mfd: da9063: remove unused array mask_events_buf

On 20 March 2016 18:54 Colin King wrote:

> Subject: [PATCH] mfd: da9063: remove unused array mask_events_buf
> From: Colin Ian King <colin.king@...onical.com>
> 
> mask_events_buf is not used, so remove this redundant array.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/mfd/da9063-irq.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/mfd/da9063-irq.c b/drivers/mfd/da9063-irq.c
> index 2630263..0aa760e 100644
> --- a/drivers/mfd/da9063-irq.c
> +++ b/drivers/mfd/da9063-irq.c
> @@ -27,8 +27,6 @@
>  #define	DA9063_REG_EVENT_D_OFFSET	3
>  #define EVENTS_BUF_LEN			4

I guess EVENTS_BUF_LEN can go as well.
If this is not added, I will send a patch later.

Regards,
Steve

Acked-by: Steve Twiss <stwiss.opensource@...semi.com>

> 
> -static const u8 mask_events_buf[] = { [0 ... (EVENTS_BUF_LEN - 1)] = ~0 };
> -
>  struct da9063_irq_data {
>  	u16 reg;
>  	u8 mask;
> --
> 2.7.3


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ