diff options
| author | Trent Piepho <[email protected]> | 2017-11-06 18:38:23 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2017-11-07 10:20:19 +0000 |
| commit | 8197f489f4c4398391746a377c10501076b05168 (patch) | |
| tree | b764cb0ab9ee903139777e7500b36de8f440a607 /net/unix/af_unix.c | |
| parent | spi: imx: Fix failure path leak on GPIO request error (diff) | |
| download | kernel-8197f489f4c4398391746a377c10501076b05168.tar.gz kernel-8197f489f4c4398391746a377c10501076b05168.zip | |
spi: imx: Fix failure path leak on GPIO request error correctly
In commit 974488e4ce1e ("spi: imx: Fix failure path leak on GPIO request
error"), spi_bitbang_start() was moved later in the probe sequence. But
this doesn't work, as spi_bitbang_start() has to be called before
requesting GPIOs because the GPIO data in the spi master is populated when
the master is registed, and that doesn't happen until spi_bitbang_start()
is called. The default only works if one uses one CS.
So add a failure path call to spi_bitbang_stop() to fix the leak.
CC: Shawn Guo <[email protected]>
CC: Sascha Hauer <[email protected]>
CC: Fabio Estevam <[email protected]>
CC: Mark Brown <[email protected]>
CC: Oleksij Rempel <[email protected]>
Signed-off-by: Trent Piepho <[email protected]>
Reviewed-by: Oleksij Rempel <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
