From: Sakari Ailus Date: Thu, 12 Dec 2013 15:38:17 +0000 (-0300) Subject: [media] media: Use a better owner for the media device X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85de721c46ba8ad9b283b2b3e307c9a3e8425042;p=pandora-kernel.git [media] media: Use a better owner for the media device mdev->fops->owner is actually the owner of the very same module which implements media_device_register(), so it can't be unloaded anyway. Instead, use THIS_MODULE through a macro as does video_register_device(). Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed