RE: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP

2015-02-18 Thread Jake Oshins
iverproject.org; o...@aepfle.de; > a...@canonical.com; vkuzn...@redhat.com > Subject: Re: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP > > On Tue, Feb 17, 2015 at 11:41:50AM -0800, Jake Oshins wrote: > > > > + ret = pnp_add_descendant(child_device_obj->pn

Re: [PATCH 2/3] drivers:hv Convert VMBus and its descendants to PnP

2015-02-18 Thread Dan Carpenter
On Tue, Feb 17, 2015 at 11:41:50AM -0800, Jake Oshins wrote: > > + ret = pnp_add_descendant(child_device_obj->pnp_dev); > if (ret) > + goto register_exit; > + > + added = TRUE; > + > + ret = pnp_activate_dev(child_device_obj->pnp_dev); > + > +register_exit: > + > +