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:
parent
b926ec9238
commit
696be93f8d
1 changed files with 0 additions and 2 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue