commit | 094c45c84d799fb0eb3617632097370843ba3678 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | Sat Jul 24 23:49:26 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 25 09:21:21 2021 +0100 |
tree | 8a6bb9de6d351feb43ee270e2f04a3d94103b4ec | |
parent | f6c802a726aea43a2937763f13560c1fd170fae6 [diff] |
nfc: constify nfc_hci_ops Neither the core nor the drivers modify the passed pointer to struct nfc_hci_ops, 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>