diff options
author | Marek Vasut <marex@denx.de> | 2016-09-26 14:14:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-26 18:08:46 +0200 |
commit | f13d4e189d209af0f552e9900acd06ee4a35e601 (patch) | |
tree | fd296df6645eb783150cac054f698331504a6980 /drivers/mfd/omap-usb-tll.c | |
parent | spi: imx: support loopback mode on imx35 (diff) | |
download | linux-f13d4e189d209af0f552e9900acd06ee4a35e601.tar.xz linux-f13d4e189d209af0f552e9900acd06ee4a35e601.zip |
spi: imx: Gracefully handle NULL master->cs_gpios
It is possible that master->cs_gpios is NULL after spi_bitbang_start(),
this happens if the master has no CS GPIOs specified in DT. Check for
this case after spi_bitbang_start() to prevent NULL pointer dereference
in the subsequent for loop, which accesses the master->cs_gpios field.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Martin Kaiser <martin@kaiser.cx>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/mfd/omap-usb-tll.c')
0 files changed, 0 insertions, 0 deletions