summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-01-28 00:04:51 +0900
committerJiri Kosina <jkosina@suse.cz>2012-02-05 17:14:46 +0100
commit629398eae5d77dd08101b736f7d2faab3fc94725 (patch)
tree1b50c271fccf7f759871fea20956c09053f139ed
parentb6695e411f46036bcaab29908e8aa46fbbe101ed (diff)
downloadlinux-stable-629398eae5d77dd08101b736f7d2faab3fc94725.tar.gz
linux-stable-629398eae5d77dd08101b736f7d2faab3fc94725.tar.bz2
linux-stable-629398eae5d77dd08101b736f7d2faab3fc94725.zip
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>
-rw-r--r--drivers/media/video/ov6650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov6650.c b/drivers/media/video/ov6650.c
index 6806345ec2f0..3627f3225bbb 100644
--- a/drivers/media/video/ov6650.c
+++ b/drivers/media/video/ov6650.c
@@ -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;