All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] drivers: mcb: updates for 5.20
@ 2022-07-12  6:50 Johannes Thumshirn
  2022-07-12  6:50 ` [PATCH 1/1] drivers: mcb: directly use ida_alloc()/free() Johannes Thumshirn
  2022-07-12  7:06 ` [PATCH 0/1] drivers: mcb: updates for 5.20 Greg Kroah-Hartmann
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Thumshirn @ 2022-07-12  6:50 UTC (permalink / raw)
  To: Greg Kroah-Hartmann; +Cc: linux-kernel, Johannes Thumshirn

Hi Greg,

Here's one patch for drivers/mcb aimed at 5.20. It's a simple change from
ida_simple_get()/ida_simple_remove() to ida_alloc() and ida_free() from keliu.

Thanks,
	Johannes


keliu (1):
  drivers: mcb: directly use ida_alloc()/free()

 drivers/mcb/mcb-core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.35.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-12  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12  6:50 [PATCH 0/1] drivers: mcb: updates for 5.20 Johannes Thumshirn
2022-07-12  6:50 ` [PATCH 1/1] drivers: mcb: directly use ida_alloc()/free() Johannes Thumshirn
2022-07-12  7:06 ` [PATCH 0/1] drivers: mcb: updates for 5.20 Greg Kroah-Hartmann
2022-07-12  7:22   ` Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.