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

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
...@@ -706,7 +706,6 @@ static int of_fsl_espi_get_chipselects(struct device *dev) ...@@ -706,7 +706,6 @@ static int of_fsl_espi_get_chipselects(struct device *dev)
} }
pdata->max_chipselect = num_cs; pdata->max_chipselect = num_cs;
pdata->cs_control = NULL;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment