]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Replace block with strncpy() in fill_audio_info()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 17 Oct 2017 13:46:54 +0000 (09:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:53:29 +0000 (16:53 -0400)
commitd2b2562c23e5e2a122a73627b0c658c5cfedb01a
treea953212b2f4d679031af2c309387bb30aaf5eb43
parent8440c30463f3c6d312a5a65be634e6c6c1b6a5b3
drm/amd/display: Replace block with strncpy() in fill_audio_info()

Replace inlined strncpy with library call.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Acked-by: Andrey Grodzovsky <andey.grodzovsky@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c