[media] smiapp: Fix error handling in power on sequence
The error handling code in smiapp_power_on() returned in case of a failed I2C write instead of cleaning up the mess. Fix this. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Родитель
880d45f8fc
Коммит
d339ec6a42
|
@ -1313,7 +1313,7 @@ static int smiapp_power_on(struct device *dev)
|
|||
rval = smiapp_write(sensor, SMIAPP_REG_U8_DPHY_CTRL,
|
||||
SMIAPP_DPHY_CTRL_UI);
|
||||
if (rval < 0)
|
||||
return rval;
|
||||
goto out_cci_addr_fail;
|
||||
|
||||
rval = smiapp_call_quirk(sensor, post_poweron);
|
||||
if (rval) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче