Skip to content

Commit

Permalink
xen/xenbus-frontend: Make error message more clear
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bastian Blank authored and Konrad Rzeszutek Wilk committed Dec 16, 2011
1 parent a63f985 commit fe7acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/xenbus/xenbus_dev_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit fe7acdb

Please sign in to comment.