summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorBhadram Varka2017-11-02 08:22:13 +0100
committerDavid S. Miller2017-11-03 06:15:06 +0100
commite73b49ebd9deeb0ff2cd9ac6fd9c72a433d1e062 (patch)
tree5aa5da74e4cc208dd7136dce59cebe288e04850b /net/ipv4/tcp_output.c
parentMerge branch 'net-sched-use-after-free' (diff)
downloadkernel-qcow2-linux-e73b49ebd9deeb0ff2cd9ac6fd9c72a433d1e062.tar.gz
kernel-qcow2-linux-e73b49ebd9deeb0ff2cd9ac6fd9c72a433d1e062.tar.xz
kernel-qcow2-linux-e73b49ebd9deeb0ff2cd9ac6fd9c72a433d1e062.zip
stmmac: use of_property_read_u32 instead of read_u8
Numbers in DT are stored in “cells” which are 32-bits in size. of_property_read_u8 does not work properly because of endianness problem. This causes it to always return 0 with little-endian architectures. Fix it by using of_property_read_u32() OF API. Signed-off-by: Bhadram Varka <vbhadram@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions