Re: [PATCH] drm/atmel_hlcdc: Fix uninitialized variable

2024-10-06 Thread Manikandan.M
Hi Shuah and Advait, On 05/10/24 12:41 am, Shuah Khan wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know > the content is safe > > On 10/4/24 09:08, Advait Dhamorikar wrote: >> atmel_hlcdc_plane_update_buffers: may use an uninitialized >> sr variable when the if cond

Re: [PATCH] drm/atmel_hlcdc: Fix uninitialized variable

2024-10-04 Thread Shuah Khan
On 10/4/24 09:08, Advait Dhamorikar wrote: atmel_hlcdc_plane_update_buffers: may use an uninitialized sr variable when the if condition remains unsatisfied As mentioned in my response to another one of your patches, include how you found the problem in the change log. Signed-off-by: Advait D