提交 fe7acdbe 编写于 作者: B Bastian Blank 提交者: Konrad Rzeszutek Wilk

xen/xenbus-frontend: Make error message more clear

Add the work frontend to the error message because we now also have a
backend device.
Signed-off-by: NBastian Blank <waldi@debian.org>
Acked-by: NIan Campbell <ian.campbell@citrix.com>
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 a63f9857
......@@ -611,7 +611,7 @@ static int __init xenbus_init(void)
err = misc_register(&xenbus_dev);
if (err)
printk(KERN_ERR "Could not register xenbus device\n");
printk(KERN_ERR "Could not register xenbus frontend device\n");
return err;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册