summaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>2014-05-21 13:06:10 -0600
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:05:46 -0700
commit715efdf30e545548601aa2801924f7e44e373fb8 (patch)
treefcc0107a35dd26de7851f41635e9112b08723154 /include/linux/node.h
parent32f496dc2d6b14ba3410c2919eca05e7f5e75bb0 (diff)
net: msm_rmnet.h: Fix data type of flow_id in QoS header
Fix an issue where the flow_id was appearing to be 8 bytes in 64 bit platforms. This is because the flow_id is declared as unsigned long which is 8 bytes in 64 bit and 4 bytes in 32 bit platforms. Change the flow_id to uint32_t to make it 4 bytes on all platforms. CRs-fixed: 663814 Change-Id: I2472fb99750d1818ecfae03b5bcd860f19ac51a7 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions