diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-10-30 09:57:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:26 -0500 |
commit | bef216b7edb0fac356565dea4bd65131bf6f9c4a (patch) | |
tree | 883d75f3e6d70b831e58a9fd63b633fe540a0cd3 /drivers | |
parent | cbd82441065820190960aae1b1cfb09bff366ad6 (diff) |
V4L/DVB (9502): ov772x: CodingStyle improvements
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/ov772x.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c index 6206dff8d02d..0af2ca6a98f7 100644 --- a/drivers/media/video/ov772x.c +++ b/drivers/media/video/ov772x.c | |||
@@ -874,9 +874,8 @@ static struct soc_camera_ops ov772x_ops = { | |||
874 | * i2c_driver function | 874 | * i2c_driver function |
875 | */ | 875 | */ |
876 | 876 | ||
877 | static int ov772x_probe(struct i2c_client *client, | 877 | static int ov772x_probe(struct i2c_client *client, |
878 | const struct i2c_device_id *did) | 878 | const struct i2c_device_id *did) |
879 | |||
880 | { | 879 | { |
881 | struct ov772x_priv *priv; | 880 | struct ov772x_priv *priv; |
882 | struct ov772x_camera_info *info; | 881 | struct ov772x_camera_info *info; |
@@ -933,7 +932,6 @@ static const struct i2c_device_id ov772x_id[] = { | |||
933 | }; | 932 | }; |
934 | MODULE_DEVICE_TABLE(i2c, ov772x_id); | 933 | MODULE_DEVICE_TABLE(i2c, ov772x_id); |
935 | 934 | ||
936 | |||
937 | static struct i2c_driver ov772x_i2c_driver = { | 935 | static struct i2c_driver ov772x_i2c_driver = { |
938 | .driver = { | 936 | .driver = { |
939 | .name = "ov772x", | 937 | .name = "ov772x", |