Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10632
b: refs/heads/master
c: 1747ef1
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 4f1f510 commit 94c757e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6586bcd7b2bbe255110b2db772da4415c7865a2a
refs/heads/master: 1747ef1b8c9b7b9c6a9aae3543a9b99acabb7e10
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ int i2c_isa_add_driver(struct i2c_driver *driver)

/* Add the driver to the list of i2c drivers in the driver core */
driver->driver.name = driver->name;
driver->driver.owner = driver->owner;
driver->driver.bus = &i2c_bus_type;
driver->driver.probe = i2c_isa_device_probe;
driver->driver.remove = i2c_isa_device_remove;
Expand Down

0 comments on commit 94c757e

Please sign in to comment.