summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-28 14:41:54 +0200
committerJakub Kicinski <kuba@kernel.org>2021-05-29 00:05:55 +0200
commit41a6bf50ee04a604f84ba8989055781d68061ed6 (patch)
tree1b50a7c6ff3bf2d75d8a41bfa677bb118d3f6d89 /drivers/nfc/s3fwrn5
parentnfc: mrvl: mark OF device ID tables as maybe unused (diff)
downloadlinux-41a6bf50ee04a604f84ba8989055781d68061ed6.tar.xz
linux-41a6bf50ee04a604f84ba8989055781d68061ed6.zip
nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check
The nci_ctrl_hdr.plen field us u8, so checkign if it is bigger than NCI_MAX_PAYLOAD_SIZE does not make any sense. Fix warning reported by Smatch: drivers/nfc/nfcmrvl/i2c.c:52 nfcmrvl_i2c_read() warn: impossible condition '(nci_hdr.plen > 255) => (0-255 > 255)' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210528124200.79655-6-krzysztof.kozlowski@canonical.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nfc/s3fwrn5')
0 files changed, 0 insertions, 0 deletions