Files
linux/drivers/net/ethernet/ti
Arnd Bergmann 731339363c tlan: avoid unused label with PCI=n
commit 1e09c106a4 upstream.

While build testing with randconfig on x86, I ran into this warning
that appears to have been around forever

drivers/net/ethernet/ti/tlan.c: In function ‘tlan_probe1’:
drivers/net/ethernet/ti/tlan.c:614:1: error: label ‘err_out’ defined but not used [-Werror=unused-label]

This can be trivially avoided by just moving the label into the
existing #ifdef.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-02-25 11:03:47 +01:00
..
2017-03-18 19:09:56 +08:00
2018-02-25 11:03:47 +01:00
2014-07-07 17:06:52 -07:00