Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2808f778 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mark Brown
Browse files

spi: fsl-espi: don't set pdata->cs_control



Don't set pdata->cs_control as it's nowhere used in fsl-espi and fsl-lib.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 689d41fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -706,7 +706,6 @@ static int of_fsl_espi_get_chipselects(struct device *dev)
	}

	pdata->max_chipselect = num_cs;
	pdata->cs_control = NULL;

	return 0;
}