commit | 779e0513c76e21b62e2ef907f8cfc48f9f41f734 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed May 17 13:45:29 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Jun 29 13:26:24 2017 +0300 |
tree | 5441c8bb31c7177777478dfcb067596512454b6f | |
parent | acf91dda3f64bedb4abc46d87b35d41c36a4a28d [diff] |
iwlwifi: dvm: use macros for format strings Some static checkers (e.g. smatch) complain if a non-constant format string is used, even if that's a static const variable. Since there's no impact on code generation, just change those format strings to be macros. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>