summaryrefslogtreecommitdiff
path: root/arch/mips/pci/pci-bcm47xx.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-28 08:41:54 -0400
committerJakub Kicinski <kuba@kernel.org>2021-05-28 15:05:55 -0700
commit41a6bf50ee04a604f84ba8989055781d68061ed6 (patch)
tree1b50a7c6ff3bf2d75d8a41bfa677bb118d3f6d89 /arch/mips/pci/pci-bcm47xx.c
parent26f20ff5e207ed87340fc574cb3b360a2581272c (diff)
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 'arch/mips/pci/pci-bcm47xx.c')
0 files changed, 0 insertions, 0 deletions