aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/zc3xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/zc3xx.c')
-rw-r--r--drivers/media/video/gspca/zc3xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c
index 3d2756f7874a..cdf3357b4c9f 100644
--- a/drivers/media/video/gspca/zc3xx.c
+++ b/drivers/media/video/gspca/zc3xx.c
@@ -7574,7 +7574,7 @@ static int sd_get_jcomp(struct gspca_dev *gspca_dev,
7574static const struct sd_desc sd_desc = { 7574static const struct sd_desc sd_desc = {
7575 .name = MODULE_NAME, 7575 .name = MODULE_NAME,
7576 .ctrls = sd_ctrls, 7576 .ctrls = sd_ctrls,
7577 .nctrls = sizeof sd_ctrls / sizeof sd_ctrls[0], 7577 .nctrls = ARRAY_SIZE(sd_ctrls),
7578 .config = sd_config, 7578 .config = sd_config,
7579 .init = sd_init, 7579 .init = sd_init,
7580 .start = sd_start, 7580 .start = sd_start,