Просмотр исходного кода

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>
Bastian Blank 13 лет назад
Родитель
Сommit
fe7acdbec1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      drivers/xen/xenbus/xenbus_dev_frontend.c

+ 1 - 1
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;
 }