From: Greg Kroah-Hartman <gre...@linuxfoundation.org> Date: Fri, 9 Aug 2019 14:30:51 +0200
> v2: fix up build warnings, it's as if I never even built these. Ugh, so > sorry for wasting people's time with the v1 series. I need to stop > relying on 0-day as it isn't working well anymore :( One more try Greg: drivers/net/wimax/i2400m/debugfs.c: In function ‘i2400m_debugfs_add’: drivers/net/wimax/i2400m/debugfs.c:192:17: warning: unused variable ‘dev’ [-Wunused-variable] struct device *dev = i2400m_dev(i2400m); ^~~