diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2015-08-07 08:14:38 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-01-11 12:18:43 -0200 |
| commit | 8df00a15817e3a252510ac914870214859325189 (patch) | |
| tree | 06e394e0020ef637b79715a1244fa5c9f651eb1d /tools/perf/scripts/python | |
| parent | 39a956c4147e4f696f729916f677673e9a9dc7ab (diff) | |
[media] media: rename the function that create pad links
With the new API, a link can be either between two PADs or between an interface
and an entity. So, we need to use a better name for the function that create
links between two pads.
So, rename the such function to media_create_pad_link().
No functional changes.
This patch was created via this shell script:
for i in $(find drivers/media -name '*.[ch]' -type f) $(find drivers/staging/media -name '*.[ch]' -type f) $(find include/ -name '*.h' -type f) ; do sed s,media_entity_create_link,media_create_pad_link,g <$i >a && mv a $i; done
Acked-by: Hans Verkuil <[email protected]>
Tested-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions