mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
swconfig: remove old debugging stuff
SVN-Revision: 15301
This commit is contained in:
parent
fc75e596d2
commit
cd80e16a80
@ -69,7 +69,6 @@ swconfig_get_vlan_ports(struct switch_dev *dev, struct switch_attr *attr, struct
|
|||||||
return -EOPNOTSUPP;
|
return -EOPNOTSUPP;
|
||||||
|
|
||||||
ret = dev->get_vlan_ports(dev, val);
|
ret = dev->get_vlan_ports(dev, val);
|
||||||
printk("SET PORTS %d\n", val->len);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -93,7 +92,6 @@ swconfig_set_vlan_ports(struct switch_dev *dev, struct switch_attr *attr, struct
|
|||||||
if (!dev->set_vlan_ports)
|
if (!dev->set_vlan_ports)
|
||||||
return -EOPNOTSUPP;
|
return -EOPNOTSUPP;
|
||||||
|
|
||||||
printk("SET PORTS %d\n", val->len);
|
|
||||||
return dev->set_vlan_ports(dev, val);
|
return dev->set_vlan_ports(dev, val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user