Quoting maitreye (2021-07-26 10:36:26)
From: Maitreyee Rao maitreye@codeaurora.org
Add trace points across the MSM DP driver to help debug interop issues.
Changes in v2:
- Got rid of redundant log messages.
- Added %#x instead of 0x%x wherever required.
- Got rid of __func__ calls in debug messages.
- Added newline wherever missing.
Changes in v3:
- Got rid of redundant log messages.
- Unstuck colon from printf specifier in various places.
Changes in v4:
- Changed goto statement and used if else-if
Changes in v5:
- Changed if else if statement, to not overwrite the ret variable multiple times.
Signed-off-by: Maitreyee Rao maitreye@codeaurora.org
Reviewed-by: Stephen Boyd swboyd@chromium.org