projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794543a
)
W1 printk format warning fix
author
Evgeniy Polyakov
<johnpol@2ka.mipt.ru>
Tue, 8 May 2007 07:31:19 +0000
(
00:31
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:14 +0000
(11:15 -0700)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/w1/w1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/w1/w1.c
b/drivers/w1/w1.c
index 63c07243993c1b1b50c007ffc6773eccf2e98441..7d6876dbcc96a6dcf5cb85f12eb3a10045e52123 100644
(file)
--- a/
drivers/w1/w1.c
+++ b/
drivers/w1/w1.c
@@
-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) {