diff options
author | Trent Piepho <[email protected]> | 2017-10-26 18:08:39 -0700 |
---|---|---|
committer | Mark Brown <[email protected]> | 2017-10-31 11:20:23 +0000 |
commit | 974488e4ce1ed0b39f2c711c13f523c5912128a1 (patch) | |
tree | 50cdde5f72aac13d294cfb36d4b7fbfd348581fd /drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c | |
parent | 71abd29057cb17b6b9532421821dc443427399ed (diff) |
spi: imx: Fix failure path leak on GPIO request error
If the code that requests any chip select GPIOs fails, the cleanup of
spi_bitbang_start() by calling spi_bitbang_stop() is not done.
Fix this by moving spi_bitbang_start() to after the code that requets
GPIOs. The GPIOs are dev managed and don't need explicit cleanup.
Since spi_bitbang_start() is now the last operation, it doesn't need
to be cleaned up in the failure path.
CC: Shawn Guo <[email protected]>
CC: Sascha Hauer <[email protected]>
CC: Fabio Estevam <[email protected]>
CC: Mark Brown <[email protected]>
Reviewed-by: Oleksij Rempel <[email protected]>
Signed-off-by: Trent Piepho <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c')
0 files changed, 0 insertions, 0 deletions