[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160321115355.GA4140@x1>
Date: Mon, 21 Mar 2016 11:53:55 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Colin King <colin.king@...onical.com>
Cc: Support Opensource <support.opensource@...semi.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mfd: da9063: remove unused array mask_events_buf
On Sun, 20 Mar 2016, Colin King wrote:
> 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(-)
I've amended the $SUBJECT line to conform to the subsystem style.
Patch applied, thanks.
> 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
>
> -static const u8 mask_events_buf[] = { [0 ... (EVENTS_BUF_LEN - 1)] = ~0 };
> -
> struct da9063_irq_data {
> u16 reg;
> u8 mask;
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists