Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96389
b: refs/heads/master
c: b3eb5a0
h: refs/heads/master
i:
  96387: eb99ff5
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Jean Delvare committed May 11, 2008
1 parent 5488195 commit 3361cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 88b283281f1c783a79af175c400b5d20f10af2aa
refs/heads/master: b3eb5a0bc3c359dbb5ccb0708df18525ab6a1430
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-sibyte.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ int __init i2c_sibyte_add_bus(struct i2c_adapter *i2c_adap, int speed)
{
struct i2c_algo_sibyte_data *adap = i2c_adap->algo_data;

/* register new adapter to i2c module... */
/* Register new adapter to i2c module... */
i2c_adap->algo = &i2c_sibyte_algo;

/* Set the frequency to 100 kHz */
/* Set the requested frequency. */
csr_out32(speed, SMB_CSR(adap,R_SMB_FREQ));
csr_out32(0, SMB_CSR(adap,R_SMB_CONTROL));

Expand Down

0 comments on commit 3361cac

Please sign in to comment.