linux-stable/drivers/net/wireless/intel/iwlwifi/pcie
Johannes Berg cc2f41f84f iwlwifi: pcie: avoid variable shadowing in TFD helpers
The various TFD/TB helpers have two code paths depending on the
type of TFD supported, with variable shadowing due to the new if
branches. Move the fall-through code into else branches to avoid
variable shadowing. While doing so, rename some of the variables
and do some other cleanups (like removing void * casts of void *
pointers.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2016-09-22 23:23:49 +03:00
..
drv.c iwlwifi: add two new 9560 series PCI IDs 2016-09-22 23:23:16 +03:00
internal.h iwlwifi: pcie: avoid variable shadowing in TFD helpers 2016-09-22 23:23:49 +03:00
rx.c iwlwifi: pcie: use LIST_HEAD() macro 2016-09-19 11:29:35 +03:00
trans.c iwlwifi: migrate to devm_* API 2016-09-19 10:09:42 +03:00
tx.c iwlwifi: pcie: avoid variable shadowing in TFD helpers 2016-09-22 23:23:49 +03:00