The patch titled W1 printk format warning fix has been added to the -mm tree. Its filename is w1-printk-format-warning.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: W1 printk format warning fix From: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/w1/w1.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/w1/w1.c~w1-printk-format-warning drivers/w1/w1.c --- a/drivers/w1/w1.c~w1-printk-format-warning +++ a/drivers/w1/w1.c @@ -457,7 +457,7 @@ static int __w1_attach_slave_device(stru (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) { _ Patches currently in -mm which might be from johnpol@xxxxxxxxxxx are w1-printk-format-warning.patch use-menuconfig-objects-connector.patch use-menuconfig-objects-w1.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html