diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-12-16 11:44:08 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-12-16 12:05:39 +0300 |
commit | f6b4122c93f43c3f7b5787ca20fa3ac458f50d05 (patch) | |
tree | 034a7f355d5d227e4d1dee964eb1042ce06ebbc1 /net/wireless/nl80211.c | |
parent | 38252e9ef68936f104a5791740f4ca2f81510a33 (diff) | |
download | linux-f6b4122c93f43c3f7b5787ca20fa3ac458f50d05.tar.xz |
rfkill: hide unused goto label
A cleanup introduced a harmless warning in some configurations:
net/rfkill/core.c: In function 'rfkill_init':
net/rfkill/core.c:1350:1: warning: label 'error_input' defined but not used [-Wunused-label]
This adds another #ifdef around the label to match that around the
caller.
Fixes: 6124c53edeea ("rfkill: Cleanup error handling in rfkill_init()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/nl80211.c')
0 files changed, 0 insertions, 0 deletions