drm/i915/mst: Print active mst links after update
authorPandiyan, Dhinakaran <dhinakaran.pandiyan@intel.com>
Mon, 18 Sep 2017 22:21:38 +0000 (15:21 -0700)
committerJani Nikula <jani.nikula@intel.com>
Mon, 25 Sep 2017 12:21:22 +0000 (15:21 +0300)
commit9b1c581885c985b84d36a9ffa519a9b2e68708e1
tree9c05056479b2a42806875c89b8a04a74ad806504
parentdd59a9ba952752abecf4eb95287fb8c64fdb4499
drm/i915/mst: Print active mst links after update

Both mst_disable_dp and mst_post_disable_dp print number of active links
before the variable has been updated. Move the print statement in
mst_disable_dp after the decrement so that the printed values indicate
the disabing of a mst connector. Also, add some text to clarify what we
are printing.

Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Reviewed-by: James Ausmus <james.ausmus@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170918222141.4674-2-dhinakaran.pandiyan@intel.com
drivers/gpu/drm/i915/intel_dp_mst.c