linux/drivers/nfc/st-nci
Krzysztof Kozlowski 15944ad2e5 nfc: constify pointer to nfc_vendor_cmd
Neither the core nor the drivers modify the passed pointer to struct
nfc_vendor_cmd, so make it a pointer to const for correctness and
safety.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-25 09:21:21 +01:00
..
core.c nfc: constify nci_driver_ops (prop_ops and core_ops) 2021-07-25 09:21:21 +01:00
i2c.c nfc: constify nfc_phy_ops 2021-07-25 09:21:21 +01:00
Kconfig
Makefile
ndlc.c nfc: constify nfc_phy_ops 2021-07-25 09:21:21 +01:00
ndlc.h nfc: constify nfc_phy_ops 2021-07-25 09:21:21 +01:00
se.c nfc: st-nci: drop ftrace-like debugging messages 2021-05-31 21:32:37 -07:00
spi.c nfc: constify nfc_phy_ops 2021-07-25 09:21:21 +01:00
st-nci.h
vendor_cmds.c nfc: constify pointer to nfc_vendor_cmd 2021-07-25 09:21:21 +01:00