Messages in this thread |  | | Date | Tue, 16 Apr 2019 15:11:01 +0200 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH] serial: sc16is7xx: fix unused label warning |
| |
On Tue, Apr 16, 2019 at 02:33:14PM +0200, Arnd Bergmann wrote: > A bugfix introduced a harmless warning: > > drivers/tty/serial/sc16is7xx.c:1523:1: error: unused label 'err_spi' [-Werror,-Wunused-label] > > Move each label inside the correct #ifdef. > > Fixes: ac0cdb3d9901 ("sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()") > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > drivers/tty/serial/sc16is7xx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Someone sent this same patch a week earlier. I'll merge yours into it...
thanks,
greg k-h
|  |