1
0
Fork 0
alistair23-linux/drivers/nfc
Al Viro 4ea206395d 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>
2017-04-17 00:42:22 +02:00
..
fdp nfc: fdp: fix NULL pointer dereference 2017-04-02 00:36:12 +02:00
microread nfc: mei: use module_mei_cl_driver macro 2016-10-28 08:21:21 -04:00
nfcmrvl nfc: fix get_unaligned_...() misuses 2017-04-17 00:42:22 +02:00
nxp-nci nfc: fix get_unaligned_...() misuses 2017-04-17 00:42:22 +02:00
pn533 NFC: pn533: use constant off-stack buffer for sending acks 2017-04-17 00:33:31 +02:00
pn544 NFC: pn544: Get rid of code duplication in ->probe() 2017-04-05 10:04:20 +02:00
s3fwrn5 nfc: s3fwrn5: Use shash 2016-01-27 20:36:09 +08:00
st-nci nfc: st-nci: Move loopback usage from HCI to NCI 2016-05-04 01:51:42 +02:00
st21nfca NFC: st21nfca: Use unified device property API meaningfully 2017-04-05 10:07:41 +02:00
st95hf NFC: st95hf: Fix build error 2015-12-29 19:06:12 +01:00
Kconfig NFC: remove TI nfcwilink driver 2017-04-01 23:04:30 +02:00
Makefile NFC: remove TI nfcwilink driver 2017-04-01 23:04:30 +02:00
mei_phy.c mei: bus: split RX and async notification callbacks 2016-11-17 16:37:49 +01:00
mei_phy.h mei: bus: complete variable rename of type struct mei_cl_device 2015-09-20 19:31:09 -07:00
nfcsim.c NFC: nfcsim: Simulate lost frames through debugfs entry 2016-07-19 23:24:49 +02:00
port100.c nfc: Fix hangup of RC-S380* in port100_send_ack() 2017-04-01 23:04:30 +02:00
trf7970a.c NFC: trf7970a: Add device tree option of 1.8 Volt IO voltage 2017-04-05 11:04:03 +02:00