diff options
| author | Lyude Paul <[email protected]> | 2021-04-23 18:43:08 +0000 |
|---|---|---|
| committer | Lyude Paul <[email protected]> | 2021-04-27 22:43:45 +0000 |
| commit | a4d00750cd91840f67d3b7f471ca40dda60983cf (patch) | |
| tree | 82996fa6b914cd04ef091e9bf80f997c563a61ab /drivers/gpu/drm/drm_dp_mst_topology.c | |
| parent | drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*() (diff) | |
| download | kernel-a4d00750cd91840f67d3b7f471ca40dda60983cf.tar.gz kernel-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 <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/drm_dp_mst_topology.c')
0 files changed, 0 insertions, 0 deletions
