aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorTrent Piepho <[email protected]>2017-11-06 18:38:23 +0000
committerMark Brown <[email protected]>2017-11-07 10:20:19 +0000
commit8197f489f4c4398391746a377c10501076b05168 (patch)
treeb764cb0ab9ee903139777e7500b36de8f440a607 /fs/jbd2/commit.c
parentspi: imx: Fix failure path leak on GPIO request error (diff)
downloadkernel-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 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions