commit | c688c641c514933aa82c9707c99a6fff8831e103 | [log] [tgz] |
---|---|---|
author | Muhammad Falak R Wani <falakreyaz@gmail.com> | Thu May 19 16:45:28 2016 +0530 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 19 11:01:02 2016 -0400 |
tree | 79599be64d55fd978090b8dbaecc5d2b375ee982 | |
parent | 510e65dfb0e1817ef48c43839b8789131800a6f6 [diff] |
drm/amd/powerplay/hwmgr: use kmemdup Use kmemdup when some other buffer is immediately copied into allocated region. It replaces call to allocation followed by memcpy, by a single call to kmemdup. Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>