[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200416131339.GB65786@linux.intel.com>
Date: Thu, 16 Apr 2020 16:13:39 +0300
From: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
To: Hans de Goede <hdegoede@...hat.com>
Cc: linux-integrity@...r.kernel.org, stable@...r.kernel.org,
Peter Huewe <peterhuewe@....de>,
Jason Gunthorpe <jgg@...pe.ca>, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] tpm/tpm_tis: Free IRQ if probing fails
On Tue, Apr 14, 2020 at 07:15:08PM +0200, Hans de Goede wrote:
> Sounds good, I guess it would be best to combine that with a:
>
> if (priv->irq == 0)
> return;
>
> At the top of disable_interrupts() and then unconditionally
> call disable_interrupts() where your v1 of this patch
> calls devm_free_irq(). That would be a reasonable clean
> solution I think.
Great, this was my plan (just wanted to double check).
/Jarkko
Powered by blists - more mailing lists