From 696be93f8d57e6f868a558ad3fd83686fdb79bc1 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Fri, 9 Oct 2015 03:51:46 -0700 Subject: [PATCH] dp: mst: Removed unneeded assignment. Signed-off-by: Andrei-Liviu Simion Acked-by: Shadul Shaikh --- XilinxProcessorIPLib/drivers/dp/src/xdp_mst.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/dp/src/xdp_mst.c b/XilinxProcessorIPLib/drivers/dp/src/xdp_mst.c index fbd7ca85..a1bef686 100644 --- a/XilinxProcessorIPLib/drivers/dp/src/xdp_mst.c +++ b/XilinxProcessorIPLib/drivers/dp/src/xdp_mst.c @@ -1320,8 +1320,6 @@ u32 XDp_TxAllocatePayloadStreams(XDp *InstancePtr) /* Allocate the payload table for each stream in both the DisplayPort TX * and RX device. */ for (StreamIndex = 0; StreamIndex < 4; StreamIndex++) { - MstStream = - &InstancePtr->TxInstance.MstStreamConfig[StreamIndex]; MsaConfig = &InstancePtr->TxInstance.MsaConfig[StreamIndex];