<snip> > diff --git a/sound/soc/sof/core.c b/sound/soc/sof/core.c <snip> > + > +/* SOF defaults if not provided by the platform in ms */ > + > + /* firmware loader */ > + int cl_bar; This cl_bar variable seems to be only assigned to but never used. I propose to remove it if there is no much trouble.