Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54718
b: refs/heads/master
c: 60ed34b
h: refs/heads/master
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Linus Torvalds committed May 8, 2007
1 parent ac6a890 commit 236966f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 794543a236074f49a8af89ef08ef6a753e4777e5
refs/heads/master: 60ed34be8de04cc8082a163a665e01682c7bc937
2 changes: 1 addition & 1 deletion trunk/drivers/w1/w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static int __w1_attach_slave_device(struct w1_slave *sl)
(unsigned long long) sl->reg_num.id);

dev_dbg(&sl->dev, "%s: registering %s as %p.\n", __func__,
&sl->dev.bus_id[0]);
&sl->dev.bus_id[0], sl);

err = device_register(&sl->dev);
if (err < 0) {
Expand Down

0 comments on commit 236966f

Please sign in to comment.