Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5471
b: refs/heads/master
c: 86749e8
h: refs/heads/master
i:
  5469: a5cbece
  5467: f7690d1
  5463: 282a3e9
  5455: ce2e2a6
  5439: 5634742
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Jul 29, 2005
1 parent 501215d commit 0f5e30b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0cacdf298211ec9e87354cf102f20d070e76e075
refs/heads/master: 86749e8512d2c37618dc5814ef41abbf168f291b
8 changes: 4 additions & 4 deletions trunk/drivers/i2c/i2c-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ int i2c_del_adapter(struct i2c_adapter *adap)
if (driver->detach_adapter)
if ((res = driver->detach_adapter(adap))) {
dev_warn(&adap->dev, "can't detach adapter "
"while detaching driver %s: driver not "
"detached!", driver->name);
"while detaching driver %s: driver "
"not detached!\n", driver->name);
goto out_unlock;
}
}
Expand Down Expand Up @@ -456,8 +456,8 @@ int i2c_detach_client(struct i2c_client *client)
res = adapter->client_unregister(client);
if (res) {
dev_err(&client->dev,
"client_unregister [%s] failed, "
"client not detached", client->name);
"client_unregister [%s] failed, "
"client not detached\n", client->name);
goto out;
}
}
Expand Down

0 comments on commit 0f5e30b

Please sign in to comment.