From: Arnd Bergmann <a...@arndb.de>
Date: Mon, 10 Oct 2016 14:41:10 +0200

> 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 <a...@arndb.de>

Applied, thanks Arnd.

Reply via email to