dwmac4_prog_mtl_tx_algorithms() missing write operation
net: ethernet: stmmac: dwmac4_prog_mtl_tx_algorithms() missing write operation The value of MTL_OPERATION_MODE is not written back Signed-off-by: Cheng Han <hancheng2009@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7f4399ba40
commit
68a5cde9f0
@@ -192,6 +192,8 @@ static void dwmac4_prog_mtl_tx_algorithms(struct mac_device_info *hw,
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
writel(value, ioaddr + MTL_OPERATION_MODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void dwmac4_set_mtl_tx_queue_weight(struct mac_device_info *hw,
|
static void dwmac4_set_mtl_tx_queue_weight(struct mac_device_info *hw,
|
||||||
|
|||||||
Reference in New Issue
Block a user