aboutsummaryrefslogtreecommitdiffstats
path: root/makediffhtml.sh
stat options
Period:
Authors:

Commits per author per week (path 'makediffhtml.sh')

AuthorW17 2024W18 2024W19 2024W20 2024Total
Total00000
mfd-next chrome-platform kernel development treeChrome Platform Group
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-10-10 14:41:10 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-13 09:56:00 -0400
commit1e09c106a44c2b2685a77a1ef27951381c9fcd23 (patch)
tree41d54bf2cb621c9e0c529f3004d495e4facd1eae
parenta9339b8e138d81b6ee928d0de3372c551cbd3d34 (diff)
downloadlinux-1e09c106a44c2b2685a77a1ef27951381c9fcd23.tar.gz
tlan: avoid unused label with PCI=n
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>