All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment
@ 2020-08-17 16:59 ` Luca Ceresoli
  0 siblings, 0 replies; 20+ messages in thread
From: Luca Ceresoli @ 2020-08-17 16:59 UTC (permalink / raw)
  To: linux-fpga
  Cc: Luca Ceresoli, Moritz Fischer, Tom Rix, Michal Simek,
	linux-arm-kernel, linux-kernel, Anatolij Gustschin

Remove comment committed by mistake.

Fixes: dd2784c01d93 ("fpga manager: xilinx-spi: check INIT_B pin during write_init")
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 drivers/fpga/xilinx-spi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/fpga/xilinx-spi.c b/drivers/fpga/xilinx-spi.c
index 2967aa2a74e2..502fae0d1d85 100644
--- a/drivers/fpga/xilinx-spi.c
+++ b/drivers/fpga/xilinx-spi.c
@@ -57,7 +57,6 @@ static int wait_for_init_b(struct fpga_manager *mgr, int value,
 
 	if (conf->init_b) {
 		while (time_before(jiffies, timeout)) {
-			/* dump_state(conf, "wait for init_d .."); */
 			if (gpiod_get_value(conf->init_b) == value)
 				return 0;
 			usleep_range(100, 400);
-- 
2.28.0


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

end of thread, other threads:[~2020-08-27 14:31 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-17 16:59 [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment Luca Ceresoli
2020-08-17 16:59 ` Luca Ceresoli
2020-08-17 16:59 ` [PATCH 2/3] fpga manager: xilinx-spi: provide better diagnostics on programming failure Luca Ceresoli
2020-08-17 16:59   ` Luca Ceresoli
2020-08-17 18:15   ` Tom Rix
2020-08-17 18:15     ` Tom Rix
2020-08-18 10:20     ` Luca Ceresoli
2020-08-18 10:20       ` Luca Ceresoli
2020-08-18 14:21       ` Tom Rix
2020-08-18 14:21         ` Tom Rix
2020-08-19 16:32         ` Luca Ceresoli
2020-08-19 16:32           ` Luca Ceresoli
2020-08-27 14:30           ` Luca Ceresoli
2020-08-27 14:30             ` Luca Ceresoli
2020-08-17 16:59 ` [PATCH 3/3] fpga manager: xilinx-spi: remove final dot from dev_err() strings Luca Ceresoli
2020-08-17 16:59   ` Luca Ceresoli
2020-08-20  4:11 ` [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment Moritz Fischer
2020-08-20  4:11   ` Moritz Fischer
2020-08-27 14:28   ` Luca Ceresoli
2020-08-27 14:28     ` Luca Ceresoli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.