All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/2] Use devm_kmemdup to replace devm_kmalloc + memcpy
@ 2023-08-10 11:47 Li Zetao
  2023-08-10 11:47 ` [PATCH -next 1/2] ASoC: tas5805m: " Li Zetao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Li Zetao @ 2023-08-10 11:47 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, pierre-louis.bossart,
	peter.ujfalusi, yung-chuan.liao, ranjani.sridharan, daniel.baluta,
	kai.vehmanen, daniel.beer, Jonathan.Cameron, luca.ceresoli,
	luzmaximilian, u.kleine-koenig
  Cc: lizetao1, alsa-devel, sound-open-firmware

This patch set use the helper function devm_kmemdup() to replace
devm_kmalloc + memcpy, which is the same as implementing the function
separately.

Li Zetao (2):
  ASoC: tas5805m: Use devm_kmemdup to replace devm_kmalloc + memcpy
  ASoC: SOF: ipc3: Use devm_kmemdup to replace devm_kmalloc + memcpy

 sound/soc/codecs/tas5805m.c | 3 +--
 sound/soc/sof/ipc3.c        | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-15 19:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 11:47 [PATCH -next 0/2] Use devm_kmemdup to replace devm_kmalloc + memcpy Li Zetao
2023-08-10 11:47 ` [PATCH -next 1/2] ASoC: tas5805m: " Li Zetao
2023-08-10 18:55   ` Daniel Beer
2023-08-10 11:47 ` [PATCH -next 2/2] ASoC: SOF: ipc3: " Li Zetao
2023-08-11 15:32   ` Luca Ceresoli
2023-08-15 19:17 ` [PATCH -next 0/2] " Mark Brown

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.