Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138222
b: refs/heads/master
c: baadd79
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 73f1961 commit 9953d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2689d3dcc6c75c0b4a05b66330db85df2c036d3e
refs/heads/master: baadd7925c98968c94e9657272d91957a3ad0a41
8 changes: 1 addition & 7 deletions trunk/drivers/media/dvb/frontends/au8522_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/delay.h>
#include <media/v4l2-common.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-i2c-drv-legacy.h>
#include <media/v4l2-i2c-drv.h>
#include <media/v4l2-device.h>
#include "au8522.h"
#include "au8522_priv.h"
Expand Down Expand Up @@ -725,11 +725,6 @@ static int au8522_log_status(struct v4l2_subdev *sd)
return 0;
}

static int au8522_command(struct i2c_client *client, unsigned cmd, void *arg)
{
return v4l2_subdev_command(i2c_get_clientdata(client), cmd, arg);
}

/* ----------------------------------------------------------------------- */

static const struct v4l2_subdev_core_ops au8522_core_ops = {
Expand Down Expand Up @@ -838,7 +833,6 @@ MODULE_DEVICE_TABLE(i2c, au8522_id);
static struct v4l2_i2c_driver_data v4l2_i2c_data = {
.name = "au8522",
.driverid = I2C_DRIVERID_AU8522,
.command = au8522_command,
.probe = au8522_probe,
.remove = au8522_remove,
.id_table = au8522_id,
Expand Down

0 comments on commit 9953d1d

Please sign in to comment.