Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192853
b: refs/heads/master
c: 51e9dd3
h: refs/heads/master
i:
  192851: 15a019b
v: v3
  • Loading branch information
Olimpiu Pascariu authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent e16b8c8 commit 1beb334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 0dd8be8c94d0f273685092106daf0875d9287da0
refs/heads/master: 51e9dd3249eba4654f12a9473b8bfb5ddbf00d00
12 changes: 6 additions & 6 deletions trunk/drivers/staging/cx25821/cx25821-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ static int i2c_sendbytes(struct i2c_adapter *i2c_adap,

return msg->len;

eio:
eio:
retval = -EIO;
err:
err:
if (i2c_debug)
printk(KERN_ERR " ERR: %d\n", retval);
return retval;
Expand Down Expand Up @@ -223,9 +223,9 @@ static int i2c_readbytes(struct i2c_adapter *i2c_adap,
}

return msg->len;
eio:
eio:
retval = -EIO;
err:
err:
if (i2c_debug)
printk(KERN_ERR " ERR: %d\n", retval);
return retval;
Expand Down Expand Up @@ -266,7 +266,7 @@ static int i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num)
}
return num;

err:
err:
return retval;
}

Expand Down Expand Up @@ -319,7 +319,7 @@ int cx25821_i2c_register(struct cx25821_i2c *bus)

bus->i2c_client.adapter = &bus->i2c_adap;

//set up the I2c
/* set up the I2c */
bus->i2c_client.addr = (0x88 >> 1);

return bus->i2c_rc;
Expand Down

0 comments on commit 1beb334

Please sign in to comment.