commit | 0f4bb10857e22a657e6c8cca5d1d54b641e94628 | [log] [tgz] |
---|---|---|
author | Wen Yang <wen.yang99@zte.com.cn> | Thu Dec 06 07:29:10 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Dec 07 09:42:18 2018 -0500 |
tree | f586586162695a37e2dba3399503119c5cfa3005 | |
parent | 00c30f42c7595fa0e8c6b71c5ed60c4b54895708 [diff] |
media: siano: Use kmemdup instead of duplicating its function kmemdup has implemented the function that kmalloc() + memcpy(). We prefer to kmemdup rather than code opened implementation. This issue was detected with the help of coccinelle. Signed-off-by: Wen Yang <wen.yang99@zte.com.cn> CC: Tomoki Sekiyama <tomoki.sekiyama@gmail.com> CC: linux-kernel@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>