diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2019-05-11 03:56:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-11 19:59:48 +0300 |
commit | 8f5e24514cbd63c352b663636f955fb286f2c3bd (patch) | |
tree | 3a2285b9721a14a46468c31bdb9410297f32a34c /drivers/net | |
parent | daf3ddbe11a2ff74c95bc814df8e5fe3201b4cb5 (diff) | |
download | linux-8f5e24514cbd63c352b663636f955fb286f2c3bd.tar.xz |
net: qrtr: use protocol endiannes variable
sparse was unable to verify endiannes correctness due to reassignment
from le32_to_cpu to the same variable - fix this warning up by providing
a proper __le32 type and initializing it. This is not actually fixing
any bug - rather just addressing the sparse warning.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions