diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-12-11 11:55:40 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-11 12:19:06 -0200 |
commit | c350ef830f2c3dfe80e9a777c8a64ac1fb186b9a (patch) | |
tree | 4abc0b95de30e1948bdba70863b695095624a215 /arch/arm/mach-omap2/powerdomains7xx_data.c | |
parent | 58f69ee9da3a2486450dac626c352f69faf964e9 (diff) |
[media] media_entity: rename media_obj functions to *_create *_destroy
Those media_obj_* functions are actually creating/destroying
media graph objects. So, rename them to better represent
what they're actually doing.
No functional changes.
This was created via this small shell script:
for i in $(git grep -l media_gobj_init); do sed s,media_gobj_init,media_gobj_create,g <$i >a && mv a $i; done
for i in $(git grep -l media_gobj_remove); do sed s,media_gobj_remove,media_gobj_destroy,g <$i >a && mv a $i; done
Suggested-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'arch/arm/mach-omap2/powerdomains7xx_data.c')
0 files changed, 0 insertions, 0 deletions