iwlwifi: mei: use C99 initializer for device IDs
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Feb 2022 10:25:10 +0000 (12:25 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 18 Feb 2022 08:40:53 +0000 (10:40 +0200)
commitcdf3949f24f7beefbcced7fb8c06aa22d54279d1
treea94cde691d1dda0082c0f3dcebc6a113859b168f
parente6e8c23362d39edf3150605cf33a645dc7393ac3
iwlwifi: mei: use C99 initializer for device IDs

There's another field and so W=2 warns about this code, but
in general it's nicer to use C99 initializers anyway to make
the code easier to read.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220204122220.b5efbbd83c9c.I908128aa8249565ff1c5496ca5c5597efea7cb39@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mei/main.c