mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
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: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
689d41fbd4
commit
2808f778de
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user