diff options
author | Stephen Boyd <[email protected]> | 2023-08-29 11:47:31 -0700 |
---|---|---|
committer | Dmitry Baryshkov <[email protected]> | 2023-10-09 12:17:46 +0300 |
commit | c0977e0dd8a4f5f5ecd46e12b1022cd08568eefd (patch) | |
tree | 9227a13397e1004b1b3026be59b6a91fcce719e4 /net/switchdev/switchdev.c | |
parent | 634e9da255fca11afd1894a8b6b352d81ebe7ae4 (diff) |
drm/msm/dp: Inline dp_link_parse_sink_count()
The function dp_link_parse_sink_count() is really just
drm_dp_read_sink_count(). It debug prints out the bit for content
protection (DP_SINK_CP_READY), but that is not useful beyond debug
because 'link->dp_link.sink_count' is overwritten to only contain the
sink_count in this same function. Just use drm_dp_read_sink_count() in
the one place this function is called to simplify.
Cc: Vinod Polimera <[email protected]>
Cc: Kuogee Hsieh <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Tested-by: Kuogee Hsieh <[email protected]>
Reviewed-by: Kuogee Hsieh <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/554987/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions