On Mon, Sep 18, 2017 at 11:58 AM, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: >> + if (ret != -EPROBE_DEFER) >> + dev_err(dev, "error trying to get descriptor: %ld\n", ret); > > warning: format '%ld' expects argument of type 'long int', but > argument 3 has type 'int' [-Wformat=] > > %d (0day busy?) Bah haven't pushed it to the 0day builders yet. I'll do that tonight so I can drown in the build errors. :-D Fixing it. Yours, Linus Walleij