diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-27 09:04:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-08 07:49:45 -0500 |
commit | 6d73d072fce26567a0e3da5eb86499de9142ffc1 (patch) | |
tree | b440c3d97c6668515b951dd50047602afd69c943 /drivers/media/video | |
parent | 0d616ca37108289b59b02191377261d12d3ae3e7 (diff) |
[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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/ov6650.c | 2 |
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) | |||
649 | clkrc = CLKRC_24MHz; | 649 | clkrc = CLKRC_24MHz; |
650 | } else { | 650 | } else { |
651 | dev_err(&client->dev, | 651 | dev_err(&client->dev, |
652 | "unspported input clock, check platform data\n"); | 652 | "unsupported input clock, check platform data\n"); |
653 | return -EINVAL; | 653 | return -EINVAL; |
654 | } | 654 | } |
655 | mclk = sense->master_clock; | 655 | mclk = sense->master_clock; |