[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <160630540026.2174375.17196584614414099920.b4-ty@ellerman.id.au>
Date: Wed, 25 Nov 2020 22:57:50 +1100 (AEDT)
From: Michael Ellerman <patch-notifications@...erman.id.au>
To: Qinglang Miao <miaoqinglang@...wei.com>,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>
Cc: linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH] powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
On Wed, 28 Oct 2020 17:15:51 +0800, Qinglang Miao wrote:
> I noticed that iounmap() of msgr_block_addr before return from
> mpic_msgr_probe() in the error handling case is missing. So use
> devm_ioremap() instead of just ioremap() when remapping the message
> register block, so the mapping will be automatically released on
> probe failure.
Applied to powerpc/next.
[1/1] powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
https://git.kernel.org/powerpc/c/ffa1797040c5da391859a9556be7b735acbe1242
cheers
Powered by blists - more mailing lists