mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
drivers: net: Update typo in MHT
Change-Id: I44bc1e88b82eedff8e72ea4027b8d99b40178463 Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
parent
6c139c94d7
commit
7c8bcaa2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1327,7 +1327,7 @@ int ipq_qca8084_link_update(phy_info_t * phy_info[])
|
|||
|
||||
printf("QCA8084-switch PORT%d %s Speed :%d %s duplex\n", port_id,
|
||||
(phy_status.link_status?"Up":"Down"),
|
||||
phy_status.speed, (phy_status.duplex?"Half":"Full"));
|
||||
phy_status.speed, (phy_status.duplex?"Full":"Half"));
|
||||
|
||||
if (phy_status.link_status == PORT_LINK_DOWN) {
|
||||
/* enable mac rx function */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue