rsp: Remove copy-paste leftover from LTV/STV code

This commit is contained in:
Simon Eriksson 2020-05-31 20:25:26 +02:00
parent 736220010d
commit e340a74a26

View file

@ -481,7 +481,6 @@ void RSP_LTV_STV(struct rsp *rsp,
unsigned op = iw >> 29 & 0x1;
exdf_latch->request.addr = rs + (sign_extend_6(iw) << 4);
exdf_latch->request.packet.p_vect.element = GET_EL(iw);
exdf_latch->request.type = RSP_MEM_REQUEST_TRANSPOSE;
exdf_latch->request.packet.p_transpose.vt = GET_VT(iw) & 0x18;