mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-02 21:10:38 +02:00
swconfig: remove old debugging stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15301 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
abaf2ffdcf
commit
18920f62de
@ -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