From: Bastian Blank Date: Sat, 10 Dec 2011 18:29:50 +0000 (+0100) Subject: xen/xenbus-frontend: Make error message more clear X-Git-Tag: upstream/snapshot3+hdmi~8397^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe7acdbec195339e2fbcee518229e85fb9c329b1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Ian Campbell Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c index fb30cff..9f6be7d 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) 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; }