]> Git Repo - linux.git/commit
fpga manager: xilinx-spi: remove unneeded, mistyped variables
authorLuca Ceresoli <[email protected]>
Thu, 11 Jun 2020 21:11:42 +0000 (23:11 +0200)
committerMoritz Fischer <[email protected]>
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 <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
drivers/fpga/xilinx-spi.c
This page took 0.048691 seconds and 4 git commands to generate.