OSDN Git Service

drm/amd/display: fix application of sizeof to pointer
authorLv Ruyi <lv.ruyi@zte.com.cn>
Wed, 24 Nov 2021 03:04:26 +0000 (03:04 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Dec 2021 21:02:16 +0000 (16:02 -0500)
commitb7e7e6ca1f7b5abc9a4d13c9e929e431240d9f48
tree351e6e71c40eb0ce9fb65ac8b30aa66239b5ea84
parent981b3045460d1c6f201ca83c1f479cf38d28a393
drm/amd/display: fix application of sizeof to pointer

Both of split and merge are pointers, not arrays.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dml_wrapper.c