mirror of https://gitee.com/openkylin/linux.git
[media] [trivial] ov6650: Fix typo
Correct spelling "unspported" to "unsupported" in drivers/media/video/ov6650.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0d616ca371
commit
6d73d072fc
|
@ -649,7 +649,7 @@ static int ov6650_s_fmt(struct v4l2_subdev *sd, struct v4l2_mbus_framefmt *mf)
|
|||
clkrc = CLKRC_24MHz;
|
||||
} else {
|
||||
dev_err(&client->dev,
|
||||
"unspported input clock, check platform data\n");
|
||||
"unsupported input clock, check platform data\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
mclk = sense->master_clock;
|
||||
|
|
Loading…
Reference in New Issue