linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hector Martin <marcan@marcan.st>
To: Marc Zyngier <maz@kernel.org>, linux-kernel@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>, kernel-team@android.com
Subject: Re: [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field
Date: Sat, 8 Jan 2022 23:03:47 +0900	[thread overview]
Message-ID: <f331a03d-3e57-5add-3aa7-f511b3ca370d@marcan.st> (raw)
In-Reply-To: <20220108140118.3378937-1-maz@kernel.org>

On 2022/01/08 23:01, Marc Zyngier wrote:
> This field was never used, remove it.
> 
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
>  drivers/irqchip/irq-apple-aic.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
> index a5927382172a..3683c71a4d27 100644
> --- a/drivers/irqchip/irq-apple-aic.c
> +++ b/drivers/irqchip/irq-apple-aic.c
> @@ -172,7 +172,6 @@ struct aic_irq_chip {
>  		cpumask_t aff;
>  	} *fiq_aff[AIC_NR_FIQ];
>  	int nr_hw;
> -	int ipi_hwirq;
>  };
>  
>  static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);

Thanks!

Acked-by: Hector Martin <marcan@marcan.st>

-- 
Hector Martin (marcan@marcan.st)
Public Key: https://mrcn.st/pub

  reply	other threads:[~2022-01-08 14:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 14:01 [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field Marc Zyngier
2022-01-08 14:03 ` Hector Martin [this message]
2022-01-17 12:24 ` [irqchip: irq/irqchip-fixes] " irqchip-bot for Marc Zyngier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f331a03d-3e57-5add-3aa7-f511b3ca370d@marcan.st \
    --to=marcan@marcan.st \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).