mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +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;
|
||||
|
||||
ret = dev->get_vlan_ports(dev, val);
|
||||
printk("SET PORTS %d\n", val->len);
|
||||
return ret;
|
||||
}
|
||||
|
||||
@ -93,7 +92,6 @@ swconfig_set_vlan_ports(struct switch_dev *dev, struct switch_attr *attr, struct
|
||||
if (!dev->set_vlan_ports)
|
||||
return -EOPNOTSUPP;
|
||||
|
||||
printk("SET PORTS %d\n", val->len);
|
||||
return dev->set_vlan_ports(dev, val);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user