iwlwifi: mvm: small cleanups in quota management code
authorJohannes Berg <johannes.berg@intel.com>
Thu, 25 Jul 2013 20:36:27 +0000 (22:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Aug 2013 08:33:47 +0000 (10:33 +0200)
Use a C99 initializer to clear the command and move the lockdep
assertion before the restart check. Since this causes problems
with the BUILD_BUG_ON() with some compilers, change that a bit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found