Re: [PATCH] media: i2c: adv748x: Fix cleanup jump on chip identification

2018-02-09 Thread Niklas Söderlund
Hi Kieran, Thanks for your patch. On 2018-02-07 21:11:35 +, Kieran Bingham wrote: > From: Kieran Bingham > > The error handling for the adv748x_identify_chip() call erroneously > jumps to the err_cleanup_clients label before the clients have been > established. > > Correct this by jumping

[PATCH] media: i2c: adv748x: Fix cleanup jump on chip identification

2018-02-07 Thread Kieran Bingham
From: Kieran Bingham The error handling for the adv748x_identify_chip() call erroneously jumps to the err_cleanup_clients label before the clients have been established. Correct this by jumping to the next (and correct) label in the cleanup code: err_cleanup_dt. Fixes: 3e89586a64df ("media: i2c