diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-12-28 09:24:23 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-11 12:19:25 -0200 |
commit | 2e7508e40f6391762499d802226d8a31b0ea3944 (patch) | |
tree | 9e387787970c59d9da8cb38087a4ba96d9718bb6 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 7c9d6731acf2816cd94e6c51f02ac8348dc7bb7e (diff) |
[media] call media_device_init() before registering the V4L2 device
Currently, v4l2_device_register() doesn't use the media_device
struct. So, calling media_device_init() could be called either
before or after v4l2_device_register().
Yet, it is a good practice to initialize everything before calling
the register functions. Also, the other drivers call
media_device_init() before registering the V4L2 device.
So, move the call for media_device_init() to happen earlier on
exynos4-is and s3c-camif.
This is just a cleanup patch.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions