diff options
-rw-r--r-- | drivers/xen/xenbus/xenbus_dev_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c index fb30cffe0338..9f6be7d59a68 100644 --- a/drivers/xen/xenbus/xenbus_dev_frontend.c +++ b/drivers/xen/xenbus/xenbus_dev_frontend.c | |||
@@ -611,7 +611,7 @@ static int __init xenbus_init(void) | |||
611 | 611 | ||
612 | err = misc_register(&xenbus_dev); | 612 | err = misc_register(&xenbus_dev); |
613 | if (err) | 613 | if (err) |
614 | printk(KERN_ERR "Could not register xenbus device\n"); | 614 | printk(KERN_ERR "Could not register xenbus frontend device\n"); |
615 | return err; | 615 | return err; |
616 | } | 616 | } |
617 | 617 | ||