Commit fe7acdbe authored by Bastian Blank's avatar Bastian Blank Committed by 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: default avatarBastian Blank <waldi@debian.org>
Acked-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment