Re: [PATCH 0/5] ARM: imx: add missing of_node_put()

From: Arnd Bergmann
Date: Tue Dec 06 2022 - 16:05:06 EST


On Tue, Dec 6, 2022, at 18:10, Dario Binacchi wrote:
> The 5 patches in the series fix the same problem on different platforms.
> In doing so it is possible to add to each of them the tag "Fixes" which
> identifies the commit they fix.

I think these should be combined into a single patch after all.
It's not a problem to have multiple 'Fixes' tags pointing to
different commits here, as the patches would not get backported
to a different set of kernels.

Arnd