Hi Wolfram, On Mon, Oct 22, 2018 at 12:22 PM Fabio Estevam <festevam@xxxxxxxxx> wrote: > > Hi Wolfram, > > On Fri, Sep 7, 2018 at 2:32 PM Fabio Estevam <festevam@xxxxxxxxx> wrote: > > > > From: Fabio Estevam <fabio.estevam@xxxxxxx> > > > > When CONFIG_I2C_SLAVE is not selected the following build warning > > is seen: > > > > drivers/i2c/busses/i2c-aspeed.c:567:1: warning: label 'out' defined but not used [-Wunused-label] > > > > Get rid of the 'out' label by replacing it with the corresponding > > functions directly. > > > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> > > --- > > Changes since v1: > > - Remove the no longer needed 'ret' assignment (Shubhrajyoti Datta) > > - Improve a bit the commit log. > > This warning is still present in 4.19. This is one of the few warnings present in 4.19.3: https://lists.linaro.org/pipermail/kernel-build-reports/2018-November/039239.html