1
0
Fork 0
alistair23-linux/drivers/nfc/nfcmrvl
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
..
Kconfig NFC: nfcmrvl: fix SPI driver dependencies 2015-11-05 00:32:25 +01:00
Makefile NFC: nfcmrvl: add spi driver 2015-10-27 04:24:35 +01:00
fw_dnld.c nfc: fix get_unaligned_...() misuses 2017-04-17 00:42:22 +02:00
fw_dnld.h NFC: nfcmrvl: add firmware download support 2015-10-27 04:18:44 +01:00
i2c.c NFC: nfcmrvl: update device tree bindings for Marvell NFC 2015-10-27 04:24:54 +01:00
main.c NFC: nfcmrvl: remove unneeded CONFIG_OF switches 2015-11-05 00:32:25 +01:00
nfcmrvl.h NFC: nfcmrvl: add i2c driver 2015-10-27 04:21:14 +01:00
spi.c NFC: nfcmrvl: double free on error path 2017-04-02 00:09:17 +02:00
uart.c NFC: nfcmrvl: remove unneeded CONFIG_OF switches 2015-11-05 00:32:25 +01:00
usb.c NFC: nfcmrvl: configure head/tail room values per low level drivers 2015-10-27 04:19:44 +01:00