mbox series

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

Message ID 20221206171049.3316611-1-dario.binacchi@amarulasolutions.com
Headers show
Series ARM: imx: add missing of_node_put() | expand

Message

Dario Binacchi Dec. 6, 2022, 5:10 p.m. UTC
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.


Dario Binacchi (5):
  ARM: imx25: add missing of_node_put()
  ARM: imx27: add missing of_node_put()
  ARM: imx31: add missing of_node_put()
  ARM: imx35: add missing of_node_put()
  ARM: imx5: add missing of_node_put()

 arch/arm/mach-imx/cpu-imx25.c | 1 +
 arch/arm/mach-imx/cpu-imx27.c | 1 +
 arch/arm/mach-imx/cpu-imx31.c | 1 +
 arch/arm/mach-imx/cpu-imx35.c | 1 +
 arch/arm/mach-imx/cpu-imx5.c  | 1 +
 5 files changed, 5 insertions(+)

Comments

Arnd Bergmann Dec. 6, 2022, 9:04 p.m. UTC | #1
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