drm/dp_mst: Reformat drm_dp_check_act_status() a bit
authorLyude Paul <lyude@redhat.com>
Fri, 3 Apr 2020 18:08:32 +0000 (14:08 -0400)
committerSasha Levin <sashal@kernel.org>
Tue, 30 Jun 2020 19:38:31 +0000 (15:38 -0400)
commit203de6555df5089d8baf6f607d95a7167a3c8c37
tree69d2424a101f06ef69b041eb12dac46cdcc57b70
parentecc2b1e556983a2d254108b3ec44bb398e09ffd3
drm/dp_mst: Reformat drm_dp_check_act_status() a bit

commit a5cb5fa6c3a5c2cf492db667b8670ee7b044b79f upstream.

Just add a bit more line wrapping, get rid of some extraneous
whitespace, remove an unneeded goto label, and move around some variable
declarations. No functional changes here.

Signed-off-by: Lyude Paul <lyude@redhat.com>
[this isn't a fix, but it's needed for the fix that comes after this]
Fixes: ad7f8a1f9ced ("drm/helper: add Displayport multi-stream helper (v0.6)")
Cc: Sean Paul <sean@poorly.run>
Cc: <stable@vger.kernel.org> # v3.17+
Reviewed-by: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20200406221253.1307209-3-lyude@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_dp_mst_topology.c