commit | 17d41165956423ecf022a2b2db050ae313543b9b | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Dec 20 14:58:45 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 20 13:04:55 2013 -0800 |
tree | 8740f154887b946596ed84dd342b6609d95c8635 | |
parent | 259cdb5fcd5937129ab844d79ee9c763ea483421 [diff] |
staging: r8188eu: Fix unused variable warnings A previous set of patches were test compiled with one of the configuration variables not set. As a result, a number of unused variables were left in the code. In several instances, declaration of the unused variable was the only statement inside ifdef .. endif pairs. In those cases, the entire block was removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>