dp: mst: Removed unneeded assignment.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Shadul Shaikh <shaduls@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-10-09 03:51:46 -07:00 committed by Nava kishore Manne
parent b926ec9238
commit 696be93f8d

View file

@ -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];