diff options
| author | Lyude Paul <lyude@redhat.com> | 2021-04-23 14:43:08 -0400 |
|---|---|---|
| committer | Lyude Paul <lyude@redhat.com> | 2021-04-27 18:43:45 -0400 |
| commit | a4d00750cd91840f67d3b7f471ca40dda60983cf (patch) | |
| tree | 82996fa6b914cd04ef091e9bf80f997c563a61ab /tools/perf/scripts/python | |
| parent | drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*() (diff) | |
| download | linux-a4d00750cd91840f67d3b7f471ca40dda60983cf.tar.gz linux-a4d00750cd91840f67d3b7f471ca40dda60983cf.zip | |
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')
0 files changed, 0 insertions, 0 deletions
