Skip to content

Commit

Permalink
W1 printk format warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Evgeniy Polyakov authored and Linus Torvalds committed May 8, 2007
1 parent 794543a commit 60ed34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 60ed34b

Please sign in to comment.