Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1373410

Re: [PATCH V1] mfd: da9063: remove unused struct da9063_irq_data and define EVENTS_BUF_LEN

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH V1] mfd: da9063: remove unused struct da9063_irq_data and define EVENTS_BUF_LEN
Date 2016-04-07 16:00 +0200
Message-ID <rliDv-4Fv-3@gated-at.bofh.it> (permalink)
References <rkv06-sF-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 05 Apr 2016, Steve Twiss wrote:

> From: Steve Twiss <stwiss.opensource@diasemi.com>
> 
> The structure da9063_irq_data and define EVENTS_BUF_LEN are not used, so
> remove the redundant entries.
> 
> Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
> 
> ---
> This patch applies against linux-next and next-20160405
> 
> Regards,
> Steve
> 
> 
>  drivers/mfd/da9063-irq.c | 6 ------
>  1 file changed, 6 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/da9063-irq.c b/drivers/mfd/da9063-irq.c
> index 0aa760e..7e903fc 100644
> --- a/drivers/mfd/da9063-irq.c
> +++ b/drivers/mfd/da9063-irq.c
> @@ -25,12 +25,6 @@
>  #define	DA9063_REG_EVENT_B_OFFSET	1
>  #define	DA9063_REG_EVENT_C_OFFSET	2
>  #define	DA9063_REG_EVENT_D_OFFSET	3
> -#define EVENTS_BUF_LEN			4
> -
> -struct da9063_irq_data {
> -	u16 reg;
> -	u8 mask;
> -};
>  
>  static const struct regmap_irq da9063_irqs[] = {
>  	/* DA9063 event A register */

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH V1] mfd: da9063: remove unused struct da9063_irq_data and  define EVENTS_BUF_LEN Steve Twiss <stwiss.opensource@diasemi.com> - 2016-04-05 11:00 +0200
  Re: [PATCH V1] mfd: da9063: remove unused struct da9063_irq_data and  define EVENTS_BUF_LEN Lee Jones <lee.jones@linaro.org> - 2016-04-07 16:00 +0200

csiph-web