diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/v4l2-ctrls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-ctrls.c b/drivers/media/video/v4l2-ctrls.c index c58c91bbcfbd..2ece7093b513 100644 --- a/drivers/media/video/v4l2-ctrls.c +++ b/drivers/media/video/v4l2-ctrls.c | |||
@@ -946,6 +946,7 @@ static void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, | |||
946 | if (ctrl->cluster[0]->has_volatiles) | 946 | if (ctrl->cluster[0]->has_volatiles) |
947 | ctrl->flags |= V4L2_CTRL_FLAG_VOLATILE; | 947 | ctrl->flags |= V4L2_CTRL_FLAG_VOLATILE; |
948 | } | 948 | } |
949 | fh = NULL; | ||
949 | } | 950 | } |
950 | if (changed || update_inactive) { | 951 | if (changed || update_inactive) { |
951 | /* If a control was changed that was not one of the controls | 952 | /* If a control was changed that was not one of the controls |