/openbmc/linux/drivers/nfc/st-nci/ |
H A D | ndlc.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | spi.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | ndlc.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | i2c.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
/openbmc/linux/drivers/nfc/fdp/ |
H A D | fdp.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | fdp.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | i2c.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
/openbmc/linux/drivers/nfc/microread/ |
H A D | microread.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | microread.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | i2c.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
/openbmc/linux/drivers/nfc/ |
H A D | mei_phy.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | mei_phy.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
/openbmc/linux/drivers/nfc/pn544/ |
H A D | pn544.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | pn544.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | i2c.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | core.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | st21nfca.h | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|
H A D | i2c.c | diff 7a5e98daf6bdba5822aa274f8555199361060658 Sat Jul 24 16:47:36 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> nfc: constify nfc_phy_ops
Neither the core nor the drivers modify the passed pointer to struct nfc_phy_ops (consisting of function pointers), 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>
|