Re: [PATCH][next] Input: iqs5xx: Ensure error_bl is initialized on error exit path

2021-01-28 Thread Colin Ian King
On 28/01/2021 14:39, Jeff LaBundy wrote: > Hi Colin, > > On Thu, Jan 28, 2021 at 12:19:03PM +, Colin King wrote: >> From: Colin Ian King >> >> Currently if the call to qs5xx_fw_file_parse fails the error return >> exit path will read the uninitialized variable error_bl. Fix this >> by ensurin

Re: [PATCH][next] Input: iqs5xx: Ensure error_bl is initialized on error exit path

2021-01-28 Thread Jeff LaBundy
Hi Colin, On Thu, Jan 28, 2021 at 12:19:03PM +, Colin King wrote: > From: Colin Ian King > > Currently if the call to qs5xx_fw_file_parse fails the error return > exit path will read the uninitialized variable error_bl. Fix this > by ensuring error_bl is initialized to zero. > > Addresses-C