V4L/DVB (9502): ov772x: CodingStyle improvements

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2008-10-30 10:57:14 -03:00 committed by Mauro Carvalho Chehab
parent cbd8244106
commit bef216b7ed
1 changed files with 2 additions and 4 deletions

View File

@ -874,9 +874,8 @@ static struct soc_camera_ops ov772x_ops = {
* i2c_driver function * i2c_driver function
*/ */
static int ov772x_probe(struct i2c_client *client, static int ov772x_probe(struct i2c_client *client,
const struct i2c_device_id *did) const struct i2c_device_id *did)
{ {
struct ov772x_priv *priv; struct ov772x_priv *priv;
struct ov772x_camera_info *info; struct ov772x_camera_info *info;
@ -933,7 +932,6 @@ static const struct i2c_device_id ov772x_id[] = {
}; };
MODULE_DEVICE_TABLE(i2c, ov772x_id); MODULE_DEVICE_TABLE(i2c, ov772x_id);
static struct i2c_driver ov772x_i2c_driver = { static struct i2c_driver ov772x_i2c_driver = {
.driver = { .driver = {
.name = "ov772x", .name = "ov772x",