From: Mark Brown Date: Tue, 15 Aug 2023 18:22:33 +0000 (+0100) Subject: Use devm_kmemdup to replace devm_kmalloc + memcpy X-Git-Tag: v6.6.17~3959^2^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a90a7a001624072f47c55716f74c5bc127e17656;p=platform%2Fkernel%2Flinux-rpi.git Use devm_kmemdup to replace devm_kmalloc + memcpy Merge series from Li Zetao : This patch set use the helper function devm_kmemdup() to replace devm_kmalloc + memcpy, which is the same as implementing the function separately. --- a90a7a001624072f47c55716f74c5bc127e17656