linux-stable/drivers/parport
Colin Ian King 3ad66d6782 parport: remove non-zero check on count
[ Upstream commit 0be883a0d7 ]

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-18 13:40:34 +02:00
..
BUGS-parport
daisy.c parport: daisy: Convert DPRINTK to pr_debug 2020-04-23 17:05:38 +02:00
ieee1284.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
ieee1284_ops.c parport: remove non-zero check on count 2021-09-18 13:40:34 +02:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile parport: Add missing newline at end of file 2019-08-05 17:56:45 +02:00
multiface.h
parport_amiga.c parport_amiga: Convert DPRINTK to pr_debug 2020-04-23 17:05:38 +02:00
parport_atari.c parport: Convert printk(KERN_<LEVEL> to pr_<level>( 2020-04-23 17:05:37 +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: Convert printk(KERN_<LEVEL> to pr_<level>( 2020-04-23 17:05:37 +02:00
parport_gsc.c parport: Standardize use of printmode 2020-04-23 17:05:39 +02:00
parport_gsc.h parport: Use more comon logging styles 2020-04-23 17:05:37 +02:00
parport_ip32.c parport: Use more comon logging styles 2020-04-23 17:05:37 +02:00
parport_mfc3.c parport_mfc3: Convert DPRINTK to pr_debug 2020-04-23 17:05:38 +02:00
parport_pc.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
parport_serial.c Char/Misc driver patches for 5.4-rc1 2019-09-18 11:14:31 -07:00
parport_sunbpp.c parport: Convert printk(KERN_<LEVEL> to pr_<level>( 2020-04-23 17:05:37 +02:00
probe.c parport: Use more comon logging styles 2020-04-23 17:05:37 +02:00
procfs.c Char/Misc driver patches for 5.8-rc1 2020-06-07 10:59:32 -07:00
share.c parport: remove use of devmodel 2020-04-23 17:05:40 +02:00
TODO-parport