2022-03-03 18:51:32

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 0/2] ARM: OMAP2+: omap-device cleanups

When fixing some platform-device leaks to due to missing error handling,
I stumbled over the omap_device_register() helper which is no longer
used and can be removed.

Johan


Johan Hovold (2):
ARM: OMAP2+: drop omap_device_register() helper
ARM: OMAP2+: drop hwmod-clock helper comment

arch/arm/mach-omap2/omap_device.c | 20 --------------------
arch/arm/mach-omap2/omap_device.h | 1 -
2 files changed, 21 deletions(-)

--
2.34.1


2022-04-22 18:38:03

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH 0/2] ARM: OMAP2+: omap-device cleanups

* Johan Hovold <[email protected]> [220303 20:00]:
> When fixing some platform-device leaks to due to missing error handling,
> I stumbled over the omap_device_register() helper which is no longer
> used and can be removed.

Thanks applying these into omap-for-v5.19/soc.

Tony