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

Johan Hovold posted 2 patches 4 years, 3 months ago
arch/arm/mach-omap2/omap_device.c | 20 --------------------
arch/arm/mach-omap2/omap_device.h |  1 -
2 files changed, 21 deletions(-)
[PATCH 0/2] ARM: OMAP2+: omap-device cleanups
Posted by Johan Hovold 4 years, 3 months ago
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
Re: [PATCH 0/2] ARM: OMAP2+: omap-device cleanups
Posted by Tony Lindgren 4 years, 2 months ago
* Johan Hovold <johan@kernel.org> [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