media: Fix typo in ov6650.c
Correct spelling "unspported" to "unsupported" in drivers/media/video/ov6650.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b6695e411f
commit
629398eae5
@ -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
Block a user