[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
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ static int ov6650_s_fmt(struct v4l2_subdev *sd, struct v4l2_mbus_framefmt *mf)
|
||||||
clkrc = CLKRC_24MHz;
|
clkrc = CLKRC_24MHz;
|
||||||
} else {
|
} else {
|
||||||
dev_err(&client->dev,
|
dev_err(&client->dev,
|
||||||
"unspported input clock, check platform data\n");
|
"unsupported input clock, check platform data\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
mclk = sense->master_clock;
|
mclk = sense->master_clock;
|
||||||
|
|
Loading…
Add table
Reference in a new issue