]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
char: xdevcfg: remove unneeded PCFG_PROG_B assertion
authorMartijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Tue, 8 Aug 2017 14:27:25 +0000 (16:27 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 15 Aug 2017 10:59:27 +0000 (12:59 +0200)
commit991325bde57155abc53b8fee77a902914ad4449e
treed27a2034a898371cc05151c3fbbd2f64f5d09129
parent43a8110cae00a0b4cbd271d1e92b43b51cb449b5
char: xdevcfg: remove unneeded PCFG_PROG_B assertion

PCFG_PROG_B is already 1, so asserting it here will not generate
a edge. If the PL is not correctly loaded before (i.e. an invalid bitfile),
waiting for PCFG_INIT will wait forever.

Signed-off-by: Martijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/char/xilinx_devcfg.c