diff options
author | 2014-06-03 14:56:21 +0300 | |
---|---|---|
committer | 2014-06-04 13:18:40 +1000 | |
commit | 8e329a039b510b9f701ad2d536ce6aa0a1544f10 (patch) | |
tree | 8d32f3687848f50e859de1690bb27ad818e81908 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm: replace drm_get_connector_name() with direct name field use (diff) | |
download | linux-dev-8e329a039b510b9f701ad2d536ce6aa0a1544f10.tar.xz linux-dev-8e329a039b510b9f701ad2d536ce6aa0a1544f10.zip |
drm/i915: replace drm_get_encoder_name() with direct name field use
Generated using semantic patches:
@@
expression E;
@@
- drm_get_encoder_name(&E)
+ E.name
@@
expression E;
@@
- drm_get_encoder_name(E)
+ E->name
v2: Turn drm_get_encoder_name(&E) into E.name instead of &(E)->name.
Acked-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions