[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:
Masanari Iida 2012-01-27 11:04:51 -03:00 committed by Mauro Carvalho Chehab
parent 0d616ca371
commit 6d73d072fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;