[PATCH 0/7] replace cdev_by_name() with cdev_open_by_name()
Sascha Hauer
s.hauer at pengutronix.de
Thu May 16 00:08:15 PDT 2024
As Ahmad noticed cdev_by_name() doesn't increase the reference counting
on the returned cdev which causes problems further down the road. This
series replaces some of the easier occurences of cdev_by_name() with
cdev_open_by_name().
Sascha Hauer (7):
ARM: Freescale i.MX23 evk: use cdev_open_by_name()
ARM: tx28: use cdev_open_by_name()
ARM: omap: use cdev_open_by_name()
ARM: Rockchip: use cdev_open_by_name()
commands: devlookup: use cdev_open_by_name()
commands: findmnt: use cdev_open_by_name()
bootm: use cdev_open_by_name()
arch/arm/boards/freescale-mx23-evk/mx23-evk.c | 13 +++++++------
arch/arm/boards/karo-tx28/tx28-stk5.c | 13 ++++++++-----
arch/arm/mach-omap/omap_generic.c | 5 ++++-
arch/arm/mach-rockchip/bbu.c | 8 +++++++-
commands/devlookup.c | 15 ++++++++++-----
commands/findmnt.c | 3 ++-
common/bootm.c | 5 ++++-
7 files changed, 42 insertions(+), 20 deletions(-)
--
2.39.2
More information about the barebox
mailing list