Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16702
b: refs/heads/master
c: d82c0bf
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Jan 6, 2006
1 parent 573da00 commit a3d4a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 2b48716d1d2f2edb1e7cbc5ecf1cb2cb39373e33
refs/heads/master: d82c0bf88fa97c1993ea9d6051488e7cb012b440
5 changes: 2 additions & 3 deletions trunk/Documentation/i2c/porting-clients
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ Technical changes:
* [Driver] The flags field of the i2c_driver structure is gone.
I2C_DF_NOTIFY is now the default behavior.
The i2c_driver structure has a driver member, which is itself a
structure, those owner and name members should be initialized to
THIS_MODULE and a driver name string, respectively. i2c_driver
itself has no name member anymore.
structure, those name member should be initialized to a driver name
string. i2c_driver itself has no name member anymore.

Coding policy:

Expand Down
1 change: 0 additions & 1 deletion trunk/Documentation/i2c/writing-clients
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ address.

static struct i2c_driver foo_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "foo",
},
.attach_adapter = &foo_attach_adapter,
Expand Down

0 comments on commit a3d4a5c

Please sign in to comment.