linux-brain/drivers/parport
Colin Ian King 5f70ea4a5c parport: remove non-zero check on count
[ Upstream commit 0be883a0d795d9146f5325de582584147dd0dcdc ]

The check for count appears to be incorrect since a non-zero count
check occurs a couple of statements earlier. Currently the check is
always false and the dev->port->irq != PARPORT_IRQ_NONE part of the
check is never tested and the if statement is dead-code. Fix this
by removing the check on count.

Note that this code is pre-git history, so I can't find a sha for
it.

Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Logically dead code")
Link: https://lore.kernel.org/r/20210730100710.27405-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-22 12:26:36 +02:00
..
BUGS-parport
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 2019-06-14 14:21:21 -06:00
Makefile parport: Add missing newline at end of file 2019-08-05 17:56:45 +02:00
TODO-parport
daisy.c Revert "parport: daisy: use new parport device model" 2019-03-25 14:49:00 -07:00
ieee1284.c parport: ieee1284: mark expected switch fall-through 2019-04-25 19:41:47 +02:00
ieee1284_ops.c parport: remove non-zero check on count 2021-09-22 12:26:36 +02:00
multiface.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
parport_amiga.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_atari.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_ax88796.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
parport_cs.c parport_cs: Fix memory leak in parport_config 2019-03-28 01:35:11 +09:00
parport_gsc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
parport_gsc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
parport_ip32.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
parport_mfc3.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_pc.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_serial.c Char/Misc driver patches for 5.4-rc1 2019-09-18 11:14:31 -07:00
parport_sunbpp.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
probe.c Revert "parport: daisy: use new parport device model" 2019-03-25 14:49:00 -07:00
procfs.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
share.c parport: load lowlevel driver if ports not found 2019-12-31 16:45:25 +01:00