Re: [PATCH][next] drm/amd/display: fix double assignment to msg_id field

2019-12-02 Thread Alex Deucher
Applied. thanks! Alex On Wed, Nov 27, 2019 at 11:51 AM Harry Wentland wrote: > > On 2019-11-20 12:22 p.m., Colin King wrote: > > From: Colin Ian King > > > > The msg_id field is being assigned twice. Fix this by replacing the second > > assignment with an assignment to msg_size. > > > >

Re: [PATCH][next] drm/amd/display: fix double assignment to msg_id field

2019-11-27 Thread Harry Wentland
On 2019-11-20 12:22 p.m., Colin King wrote: > From: Colin Ian King > > The msg_id field is being assigned twice. Fix this by replacing the second > assignment with an assignment to msg_size. > > Addresses-Coverity: ("Unused value") > Fixes: 11a00965d261 ("drm/amd/display: Add PSP block to

[PATCH][next] drm/amd/display: fix double assignment to msg_id field

2019-11-20 Thread Colin King
From: Colin Ian King The msg_id field is being assigned twice. Fix this by replacing the second assignment with an assignment to msg_size. Addresses-Coverity: ("Unused value") Fixes: 11a00965d261 ("drm/amd/display: Add PSP block to verify HDCP2.2 steps") Signed-off-by: Colin Ian King ---