Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113992
b: refs/heads/master
c: 714b9a1
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent c1ecc84 commit fe6eb3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: a31a4055473bf0a7b2b06cb2262347200d0711e1
refs/heads/master: 714b9a1e0ae3224728d1d96d77150ceea7487a61
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/tda9840.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ static void tda9840_write(struct i2c_client *client, u8 reg, u8 val)

static int tda9840_command(struct i2c_client *client, unsigned cmd, void *arg)
{
int result = 0;
int byte = *(int *)arg;

switch (cmd) {
Expand Down Expand Up @@ -176,9 +175,6 @@ static int tda9840_command(struct i2c_client *client, unsigned cmd, void *arg)
return -ENOIOCTLCMD;
}

if (result)
return -EIO;

return 0;
}

Expand Down

0 comments on commit fe6eb3a

Please sign in to comment.