diff options
author | Mauro Carvalho Chehab | 2016-03-23 11:22:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2016-06-15 17:56:06 -0300 |
commit | 163f1e93e995048b894c5fc86a6034d16beed740 (patch) | |
tree | 01c5591efebedb3d2d1caad89ffe66b06daff7d2 /arch | |
parent | dc19ed1571dd3882b35e12fdaf50acbcc9b69714 (diff) |
[media] media-devnode: fix namespace mess
Along all media controller code, "mdev" is used to represent
a pointer to struct media_device, and "devnode" for a pointer
to struct media_devnode.
However, inside media-devnode.[ch], "mdev" is used to represent
a pointer to struct media_devnode.
This is very confusing and may lead to development errors.
So, let's change all occurrences at media-devnode.[ch] to
also use "devnode" for such pointers.
This patch doesn't make any functional changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions