flash/stm32l4x: fix maybe-uninitialized compiler error
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>
Mon, 28 Feb 2022 09:29:44 +0000 (10:29 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Tue, 1 Mar 2022 08:36:52 +0000 (08:36 +0000)
commit8b740af10dd37b08c27588f34942154b817bf6fc
treeb491908bdefad76af5202067a6926ede0ba80908
parent103b1d68db5038edd9e8878c798525715590f4e1
flash/stm32l4x: fix maybe-uninitialized compiler error

using gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 we get:
error: ‘retval’ may be used uninitialized in this function

fixes: 13cd75b6ecfd (flash/nor/stm32xx: fix segfault accessing Cortex-M part number)
Change-Id: I897c40c5d2233f50a5385d251ebfa536023e5cf7
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6861
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/flash/nor/stm32l4x.c