Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe7acdbe authored by Bastian Blank's avatar Bastian Blank Committed by Konrad Rzeszutek Wilk
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}