Messages in this thread |  | | | Subject | Re: [Xen-devel] [PATCH 1/4] xen: Add privcmd device driver | | From | Ian Campbell <> | | Date | Thu, 8 Dec 2011 08:19:45 +0000 |
| |
On Wed, 2011-12-07 at 21:13 +0000, Bastian Blank wrote: > +static int __init privcmd_init(void) > +{ > + int err; > + > + if (!xen_domain()) > + return -ENODEV; > + > + err = misc_register(&privcmd_dev); > + if (err != 0) { > + printk(KERN_ERR "Could not register privcmd device\n"); Should say "...register Xen privcmd device". Otherwise:
Acked-by: Ian Campbell <ian.campbell@citrix.com>
|  |