Commit 9a582884 authored by Herman's avatar Herman Committed by Mauro Carvalho Chehab

media: drivers/media/usb/gspca: fix typo Fliker -> Flicker

Change 'Fliker' into 'Flicker'.
Signed-off-by: default avatarHerman <yanshuaijun@yulong.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent e481ff3f
......@@ -1796,7 +1796,7 @@ static const u8 ov7660_60HZ[][4] = {
{}
};
static const u8 ov7660_NoFliker[][4] = {
static const u8 ov7660_NoFlicker[][4] = {
{0x00, 0x13, 0x87, 0xaa},
{}
};
......@@ -3319,8 +3319,8 @@ static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip)
static void setlightfreq(struct gspca_dev *gspca_dev, s32 val)
{
struct sd *sd = (struct sd *) gspca_dev;
static const u8 (*ov7660_freq_tb[3])[4] =
{ov7660_NoFliker, ov7660_50HZ, ov7660_60HZ};
static const u8 (*ov7660_freq_tb[3])[4] = {
ov7660_NoFlicker, ov7660_50HZ, ov7660_60HZ};
if (sd->sensor != SENSOR_OV7660)
return;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment