mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
net: ksz9477: remove unnecessary variable
We don't do anything useful with the master dev, so remove the variable. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
38482d6596
commit
2b7252953c
1 changed files with 0 additions and 5 deletions
|
@ -443,15 +443,10 @@ static int ksz_i2c_probe(struct udevice *dev)
|
|||
{
|
||||
struct dsa_pdata *pdata = dev_get_uclass_plat(dev);
|
||||
struct ksz_dsa_priv *priv = dev_get_priv(dev);
|
||||
struct udevice *master = dsa_get_master(dev);
|
||||
int i, ret;
|
||||
u8 data8;
|
||||
u32 id;
|
||||
|
||||
if (!master)
|
||||
return -ENODEV;
|
||||
|
||||
dev_dbg(dev, "%s %s master:%s\n", __func__, dev->name, master->name);
|
||||
dev_set_parent_priv(dev, priv);
|
||||
|
||||
ret = i2c_set_chip_offset_len(dev, 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue