Re: [PATCH v3 22/26] arm/stm32f205 arm/stm32f405: Fix realize error API violation

2020-07-01 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 6/30/20 11:03 AM, Markus Armbruster wrote: >> The Error ** argument must be NULL, &error_abort, &error_fatal, or a >> pointer to a variable containing NULL. Passing an argument of the >> latter kind twice without clearing it in between is wrong: if the >> firs

Re: [PATCH v3 22/26] arm/stm32f205 arm/stm32f405: Fix realize error API violation

2020-06-30 Thread Philippe Mathieu-Daudé
On 6/30/20 11:03 AM, Markus Armbruster wrote: > The Error ** argument must be NULL, &error_abort, &error_fatal, or a > pointer to a variable containing NULL. Passing an argument of the > latter kind twice without clearing it in between is wrong: if the > first call sets an error, it no longer poin