Hi Sakari, What happened to this patch ? 1/3 and 3/3 from the same series seem to have been applied, but not 2/3. On Friday 28 March 2014 16:35:12 Sakari Ailus wrote: > The smiapp driver is the owner of the sub-devices exposed by the smiapp > driver. This prevents unloading the module whilst it's in use. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > drivers/media/i2c/smiapp/smiapp-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/i2c/smiapp/smiapp-core.c > b/drivers/media/i2c/smiapp/smiapp-core.c index 69c11ec..5179cf4 100644 > --- a/drivers/media/i2c/smiapp/smiapp-core.c > +++ b/drivers/media/i2c/smiapp/smiapp-core.c > @@ -2569,7 +2569,7 @@ static int smiapp_registered(struct v4l2_subdev > *subdev) > > this->sd.flags |= V4L2_SUBDEV_FL_HAS_DEVNODE; > this->sd.internal_ops = &smiapp_internal_ops; > - this->sd.owner = NULL; > + this->sd.owner = THIS_MODULE; > v4l2_set_subdevdata(&this->sd, client); > > rval = media_entity_init(&this->sd.entity, -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html