On 16:14 Fri 09 Oct , Sergei Shtylyov wrote: [...] > > - if (si->pdata->startup) > > - si->pdata->startup(si->dev); > > + if (si->pdata->startup) { > > + ret = si->pdata->startup(si->dev); > > + if (ret) > > + return ret; > > + } > > Overindented brace. > Nice catch, thanks! Updated patch in attachment. -- Best regards, Dmitry "MAD" Artamonow