aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-04-17 00:42:22 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2017-04-17 00:42:22 +0200
commit4ea206395d3aede32bab94a75ec573530486fa44 (patch)
tree69c9d431bb02be210886f673c6fe467327cc156c /include/net
parentNFC: pn533: use constant off-stack buffer for sending acks (diff)
downloadlinux-dev-4ea206395d3aede32bab94a75ec573530486fa44.tar.xz
linux-dev-4ea206395d3aede32bab94a75ec573530486fa44.zip
nfc: fix get_unaligned_...() misuses
* if a local variable of type uint16_t is unaligned, your compiler is FUBAR * the whole point of get_unaligned_... is to avoid memcpy + ..._to_cpu(). Using it *after* memcpy() (into aligned object, no less) is pointless. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions