Commit 5e36aff2 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Moritz Fischer

fpga manager: xilinx-spi: remove stray comment

Remove comment committed by mistake.

Fixes: dd2784c0 ("fpga manager: xilinx-spi: check INIT_B pin during write_init")
Signed-off-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: default avatarMoritz Fischer <mdf@kernel.org>
parent 8a5de2de
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment