]> Git Repo - linux.git/blobdiff - drivers/media/v4l2-core/v4l2-spi.c
crypto: akcipher - Drop sign/verify operations
[linux.git] / drivers / media / v4l2-core / v4l2-spi.c
index a7092c3930d627e90fc3754f78ce6a70a44ff14d..1baf8e63f19e047171cce1994958ebc2eaa4b5dc 100644 (file)
@@ -59,7 +59,7 @@ struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev,
         * Register with the v4l2_device which increases the module's
         * use count as well.
         */
-       if (v4l2_device_register_subdev(v4l2_dev, sd))
+       if (__v4l2_device_register_subdev(v4l2_dev, sd, sd->owner))
                sd = NULL;
 
        /* Decrease the module use count to match the first try_module_get. */
This page took 0.030779 seconds and 4 git commands to generate.