linux/drivers/media/i2c/adv748x
Kieran Bingham e0019f7101 media: i2c: adv748x: Fix cleanup jump on chip identification
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: 3e89586a64 ("media: i2c: adv748x: add adv748x driver")

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-02-26 10:30:15 -05:00
..
adv748x-afe.c media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
adv748x-core.c media: i2c: adv748x: Fix cleanup jump on chip identification 2018-02-26 10:30:15 -05:00
adv748x-csi2.c media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
adv748x-hdmi.c media: i2c: adv748x: fix HDMI field heights 2018-02-26 08:16:59 -05:00
adv748x.h media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
Makefile