On Mon, Nov 05, 2018 at 12:25:52PM -0800, José Roberto de Souza wrote:
> MST is only supported in DDI ports that have this hook, so the null
> check can be dropped.
>
> Suggested-by: Imre Deak
> Cc: Imre Deak
> Signed-off-by: José Roberto de Souza
I feel that the extra check doesn't hurt since
MST is only supported in DDI ports that have this hook, so the null
check can be dropped.
Suggested-by: Imre Deak
Cc: Imre Deak
Signed-off-by: José Roberto de Souza
---
drivers/gpu/drm/i915/intel_dp_mst.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i91