mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 19:50:24 +02:00
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/ethernet/cirrus/cs89x0.c: In function 'cs89x0_platform_probe':
drivers/net/ethernet/cirrus/cs89x0.c:1847:20: warning:
variable 'lp' set but not used [-Wunused-but-set-variable]
Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| cs89x0.c | ||
| cs89x0.h | ||
| ep93xx_eth.c | ||
| Kconfig | ||
| mac89x0.c | ||
| Makefile | ||