mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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:
parent
ab75996ba4
commit
38482d6596
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue