i2c: imx: don't leak the i2c adapter on error
authorLaurentiu Tudor <[email protected]>
Mon, 1 Apr 2019 10:14:37 +0000 (13:14 +0300)
committerWolfram Sang <[email protected]>
Sat, 6 Apr 2019 15:54:28 +0000 (17:54 +0200)
commit3ace6891ce8bb9e1267358cb58f93b4fd8b72b69
tree246699176d38baddbdb461c110e4ed0a66a1cc0f
parent79a3aaa7b82e3106be97842dedfd8429248896e6
i2c: imx: don't leak the i2c adapter on error

Make sure to free the i2c adapter on the error exit path.

Signed-off-by: Laurentiu Tudor <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
Fixes: e1ab9a468e3b ("i2c: imx: improve the error handling in i2c_imx_dma_request()")
Signed-off-by: Wolfram Sang <[email protected]>
drivers/i2c/busses/i2c-imx.c