diff options
author | Paul Bolle | 2012-09-21 12:02:02 +0200 |
---|---|---|
committer | John W. Linville | 2012-09-24 15:02:08 -0400 |
commit | 3fc7bc8ea792b4c55f53fccb589749d05c31569c (patch) | |
tree | 39c7d13c219f906e685119cb85402b306565ec17 /MAINTAINERS | |
parent | 646e0827df85f1305eeebf2108e9daafeabe0e0d (diff) |
ipw2x00: silence GCC warning for unused variable 'dev'
Building the libipw component without CONFIG_LIBIPW_DEBUG set triggers this GCC
warning:
drivers/net/wireless/ipw2x00/libipw_wx.c:526:21: warning: unused variable 'dev' [-Wunused-variable]
The cause of this warning is that, without CONFIG_LIBIPW_DEBUG set,
LIBIPW_DEBUG_WX compiles away. Fix it by substituting ieee->dev for (its
equivalent) dev.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions