mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 19:12:18 +02:00
net: ksz9477: remove unnecessary dsa_set_tagging call
packet tagging is not used for this driver so we do not need to call dsa_set_tagging. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
@@ -501,8 +501,6 @@ static int ksz_i2c_probe(struct udevice *dev)
|
||||
ksz_pwrite8(priv->dev, i, REG_PORT_MSTP_STATE, data8);
|
||||
}
|
||||
|
||||
dsa_set_tagging(dev, 0, 0);
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user