diff options
author | Lyude Paul <lyude@redhat.com> | 2021-04-23 21:43:08 +0300 |
---|---|---|
committer | Lyude Paul <lyude@redhat.com> | 2021-04-28 01:43:45 +0300 |
commit | a4d00750cd91840f67d3b7f471ca40dda60983cf (patch) | |
tree | 82996fa6b914cd04ef091e9bf80f997c563a61ab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b1e7f5fdbac8f03d6d93a2e4c2f69ab6e1b452af (diff) | |
download | linux-a4d00750cd91840f67d3b7f471ca40dda60983cf.tar.xz |
drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
Next step in the conversion, move everything in drm_dp_dual_mode_helper.c
over to using drm_err() and drm_dbg_kms(). This was done using the
following cocci script:
@@
expression list expr;
@@
(
- DRM_DEBUG_KMS(expr);
+ drm_dbg_kms(dev, expr);
|
- DRM_ERROR(expr);
+ drm_err(dev, expr);
)
And correcting the indentation of the resulting code by hand.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210423184309.207645-17-lyude@redhat.com
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions