commit | 23f872b6ece695750667a44016037154b91addef | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca@lucaceresoli.net> | Thu Jun 11 23:11:42 2020 +0200 |
committer | Moritz Fischer <mdf@kernel.org> | Thu Jun 18 18:19:44 2020 -0700 |
tree | 105b078df4eae4151422eb144473175660831c9b | |
parent | d1ddca78f9f603ab70369e76fa2610d7e385c1b8 [diff] |
fpga manager: xilinx-spi: remove unneeded, mistyped variables Using variables does not add readability here: parameters passed to udelay*() are obviously in microseconds and their meaning is clear from the context. The type is also wrong, udelay expects an unsigned long. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Moritz Fischer <mdf@kernel.org>