summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkt_buff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkt_buff.h b/pkt_buff.h
index 58b0506..e044f66 100644
--- a/pkt_buff.h
+++ b/pkt_buff.h
@@ -20,7 +20,7 @@ struct pkt_buff {
unsigned int size;
struct protocol *handler;
- int link_type;
+ uint32_t link_type;
uint16_t proto;
};
h=nds-private-remove&id=76f8c0e17edc6eba43f84952e5a87c7f50f69370&id2=d6a2c5c78dcbbbe9dc20ff6e126b83f088cd0501'>diff)
iwlwifi: pcie: remove dead code
If device family is 8000 then iwl_pcie_load_cpu_sections() won't be called at all (iwl_pcie_load_cpu_sections_8000() is called in that case) so this piece of code never gets called. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'Documentation/i2c')