aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gl860/gl860.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/gl860/gl860.c')
-rw-r--r--drivers/media/video/gspca/gl860/gl860.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gl860/gl860.c b/drivers/media/video/gspca/gl860/gl860.c
index b59c4823c444..61319fa0d4e0 100644
--- a/drivers/media/video/gspca/gl860/gl860.c
+++ b/drivers/media/video/gspca/gl860/gl860.c
@@ -63,7 +63,7 @@ static int sd_set_##thename(struct gspca_dev *gspca_dev, s32 val)\
63\ 63\
64 sd->vcur.thename = val;\ 64 sd->vcur.thename = val;\
65 if (gspca_dev->streaming)\ 65 if (gspca_dev->streaming)\
66 sd->dev_camera_settings(gspca_dev);\ 66 sd->waitSet = 1;\
67 return 0;\ 67 return 0;\
68} \ 68} \
69static int sd_get_##thename(struct gspca_dev *gspca_dev, s32 *val)\ 69static int sd_get_##thename(struct gspca_dev *gspca_dev, s32 *val)\