mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
fpga manager: xilinx-spi: remove stray comment
Remove comment committed by mistake.
Fixes: dd2784c01d
("fpga manager: xilinx-spi: check INIT_B pin during write_init")
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
This commit is contained in:
parent
8a5de2de03
commit
5e36aff2e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user