fpga manager: xilinx-spi: remove unneeded, mistyped variables
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 11 Jun 2020 21:11:42 +0000 (23:11 +0200)
committerMoritz Fischer <mdf@kernel.org>
Fri, 19 Jun 2020 01:19:44 +0000 (18:19 -0700)
commit23f872b6ece695750667a44016037154b91addef
tree105b078df4eae4151422eb144473175660831c9b
parentd1ddca78f9f603ab70369e76fa2610d7e385c1b8
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>
drivers/fpga/xilinx-spi.c