mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (12221): gspca - stv06xx-hdcs: Actually update the sensor state
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4be3bd7849
commit
36a516d953
|
@ -174,7 +174,9 @@ static int hdcs_set_state(struct sd *sd, enum hdcs_power_state state)
|
|||
}
|
||||
|
||||
ret = stv06xx_write_sensor(sd, HDCS_REG_CONTROL(sd), val);
|
||||
if (ret < 0)
|
||||
|
||||
/* Update the state if the write succeeded */
|
||||
if (!ret)
|
||||
hdcs->state = state;
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue