X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Ftty%2Fserdev%2Fcore.c;h=c68fb3a8ea1c3ca0d26d275b877940714968a7e7;hb=ec3604c7a5aae8953545b0d05495357009a960e5;hp=ae1aaa0075d1c1b87cc339014ef3b61c34c4fb1e;hpb=422ce075f969ffd650e371faa5a02586d0c0b2e6;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/tty/serdev/core.c b/drivers/tty/serdev/core.c index ae1aaa0075d1..c68fb3a8ea1c 100644 --- a/drivers/tty/serdev/core.c +++ b/drivers/tty/serdev/core.c @@ -363,7 +363,7 @@ static int of_serdev_register_devices(struct serdev_controller *ctrl) if (!of_get_property(node, "compatible", NULL)) continue; - dev_dbg(&ctrl->dev, "adding child %s\n", node->full_name); + dev_dbg(&ctrl->dev, "adding child %pOF\n", node); serdev = serdev_device_alloc(ctrl); if (!serdev)