Home
last modified time | relevance | path

Searched hist:"779 e0513c76e21b62e2ef907f8cfc48f9f41f734" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.cdiff 779e0513c76e21b62e2ef907f8cfc48f9f41f734 Wed May 17 13:45:29 CEST 2017 Johannes Berg <johannes.berg@intel.com> 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>