mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/7] parport_pc: Remove stale `parport_pc_ecp_read_block_pio' reference
@ 2023-01-08 21:56 Sudip Mukherjee
  2023-01-08 21:56 ` [PATCH 2/7] parport_pc: Let chipset drivers mask unsupported modes Sudip Mukherjee
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sudip Mukherjee @ 2023-01-08 21:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Maciej W. Rozycki, Sudip Mukherjee

From: "Maciej W. Rozycki" <macro@orcam.me.uk>

Complement commit 991214386dee ("parport: remove unused dead code from
lowlevel drivers") and remove a stale piece of commented-out code that
refers to a function removed with said commit.

Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
---
 drivers/parport/parport_pc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
index 5784dc20fb38..de7afbea96cd 100644
--- a/drivers/parport/parport_pc.c
+++ b/drivers/parport/parport_pc.c
@@ -2119,8 +2119,6 @@ struct parport *parport_pc_probe_port(unsigned long int base,
 		p->ops->compat_write_data = parport_pc_compat_write_block_pio;
 #ifdef CONFIG_PARPORT_1284
 		p->ops->ecp_write_data = parport_pc_ecp_write_block_pio;
-		/* currently broken, but working on it.. (FB) */
-		/* p->ops->ecp_read_data = parport_pc_ecp_read_block_pio; */
 #endif /* IEEE 1284 support */
 		if (p->dma != PARPORT_DMA_NONE) {
 			pr_cont(", dma %d", p->dma);
-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-08 21:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-08 21:56 [PATCH 1/7] parport_pc: Remove stale `parport_pc_ecp_read_block_pio' reference Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 2/7] parport_pc: Let chipset drivers mask unsupported modes Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 3/7] parport_pc: Let chipset drivers mask ECR bits on writes Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 4/7] parport_pc: Add a mode mask field for PCI devices Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 5/7] parport_pc: Add an ECR " Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 6/7] parport_pc: Set up mode and ECR masks for Oxford Semiconductor devices Sudip Mukherjee
2023-01-08 21:56 ` [PATCH 7/7] parport_pc: Limit the number of PCI BAR pairs to 2 Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®