]> asedeno.scripts.mit.edu Git - linux.git/commit
media: vivid: two unregistration fixes
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 17 Feb 2019 14:12:41 +0000 (09:12 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 17:31:58 +0000 (12:31 -0500)
commit959bba134238452b0a2f5c7d107d7d05b358b41f
tree798b29149d1d105d302b1ac7cf178c0e94687d4a
parentdd1df35dd0f6172537271e533fe329a165e56265
media: vivid: two unregistration fixes

When the media device registration fails, don't call media_device_unregister
since the device was never actually registered.

When removing the module also call media_device_cleanup() to avoid a memory leak.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vivid/vivid-core.c