On Mon, May 10, 2021 at 12:13:43PM +0200, Thomas Monjalon wrote: > 06/05/2021 17:09, Bruce Richardson: > > +static unsigned int devcount = 0; > > ERROR:INITIALISED_STATIC: do not initialise statics to 0 > > I will fix (remove = 0) if you agree. > Sure. Thanks.