mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-02 17:16:45 +00:00
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: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
a63f985713
commit
fe7acdbec1
@ -611,7 +611,7 @@ static int __init xenbus_init(void)
|
|||||||
|
|
||||||
err = misc_register(&xenbus_dev);
|
err = misc_register(&xenbus_dev);
|
||||||
if (err)
|
if (err)
|
||||||
printk(KERN_ERR "Could not register xenbus device\n");
|
printk(KERN_ERR "Could not register xenbus frontend device\n");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user