diff options
| author | Lyude Paul <[email protected]> | 2021-04-23 14:43:08 -0400 |
|---|---|---|
| committer | Lyude Paul <[email protected]> | 2021-04-27 18:43:45 -0400 |
| commit | a4d00750cd91840f67d3b7f471ca40dda60983cf (patch) | |
| tree | 82996fa6b914cd04ef091e9bf80f997c563a61ab /tools/perf/scripts/python/bin | |
| parent | b1e7f5fdbac8f03d6d93a2e4c2f69ab6e1b452af (diff) | |
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 <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions