drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 30 Mar 2021 09:31:52 +0000 (12:31 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 8 Apr 2021 10:52:10 +0000 (12:52 +0200)
commit5842ab76bbfadb37eaea91e53c1efe34ae504e4a
tree8ae3d0d184cd84084b1b08d6cbc477bda5c1d752
parentbe54ffe0ab6636854d4bdc441223199fdf39bbdb
drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train()

The dp->train_set[] for this driver is only two characters, not four so
this memsets too much.  Fortunately, this ends up corrupting a struct
hole and not anything important.

Fixes: d76271d22694 ("drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/YGLwCBMotnrKZu6P@mwanda
drivers/gpu/drm/xlnx/zynqmp_dp.c