Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: ep93xx: Drop unused variable

My previous patch leaves a dangling variable in the driver.
get rid of it.

Fixes: 06a391b1621e ("spi: ep93xx: Convert to use CS GPIO descriptors")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Linus Walleij and committed by
Mark Brown
e29eaa3c 2e5f0810

-1
-1
drivers/spi/spi-ep93xx.c
··· 651 651 struct resource *res; 652 652 int irq; 653 653 int error; 654 - int i; 655 654 656 655 info = dev_get_platdata(&pdev->dev); 657 656 if (!info) {