Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271856
b: refs/heads/master
c: 6783fe5
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent 3bb2359 commit 71619ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 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: 3accb18ca14479d794e4b7a825abb93343f81855
refs/heads/master: 6783fe5f16c2fa9b474f096f66b3c8101fc48714
10 changes: 0 additions & 10 deletions trunk/drivers/media/video/noon010pc30.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,15 +629,6 @@ static int noon010_s_stream(struct v4l2_subdev *sd, int on)
return ret;
}

static int noon010_g_chip_ident(struct v4l2_subdev *sd,
struct v4l2_dbg_chip_ident *chip)
{
struct i2c_client *client = v4l2_get_subdevdata(sd);

return v4l2_chip_ident_i2c_client(client, chip,
V4L2_IDENT_NOON010PC30, 0);
}

static int noon010_log_status(struct v4l2_subdev *sd)
{
struct noon010_info *info = to_noon010(sd);
Expand Down Expand Up @@ -667,7 +658,6 @@ static const struct v4l2_ctrl_ops noon010_ctrl_ops = {
};

static const struct v4l2_subdev_core_ops noon010_core_ops = {
.g_chip_ident = noon010_g_chip_ident,
.s_power = noon010_s_power,
.g_ctrl = v4l2_subdev_g_ctrl,
.s_ctrl = v4l2_subdev_s_ctrl,
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ enum {
/* module sn9c20x: just ident 10000 */
V4L2_IDENT_SN9C20X = 10000,

/* Siliconfile sensors: reserved range 10100 - 10199 */
V4L2_IDENT_NOON010PC30 = 10100,

/* module cx231xx and cx25840 */
V4L2_IDENT_CX2310X_AV = 23099, /* Integrated A/V decoder; not in '100 */
V4L2_IDENT_CX23100 = 23100,
Expand Down

0 comments on commit 71619ba

Please sign in to comment.