Files
linux/drivers/net
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
..
2015-08-13 21:12:17 -07:00
2017-06-17 06:39:35 +02:00
2017-10-08 10:14:18 +02:00
2018-01-31 12:06:13 +01:00
2015-10-21 19:36:10 -07:00
2014-10-07 13:22:11 -04:00
2015-07-08 16:00:09 -07:00
2017-11-18 11:11:05 +01:00
2016-04-12 09:08:58 -07:00
2017-07-05 14:37:19 +02:00