projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6e9fd07
2968118
)
Use devm_kmemdup to replace devm_kmalloc + memcpy
author
Mark Brown
<broonie@kernel.org>
Tue, 15 Aug 2023 18:22:33 +0000
(19:22 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 15 Aug 2023 18:22:33 +0000
(19:22 +0100)
Merge series from Li Zetao <lizetao1@huawei.com>:
This patch set use the helper function devm_kmemdup() to replace
devm_kmalloc + memcpy, which is the same as implementing the function
separately.
Trivial merge