projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705d312
)
generic: rtl8367: rename a misnamed variable
author
Gabor Juhos
<
[email protected]
>
Sun, 27 May 2012 17:09:47 +0000
(17:09 +0000)
committer
Gabor Juhos
<
[email protected]
>
Sun, 27 May 2012 17:09:47 +0000
(17:09 +0000)
SVN-Revision: 31917
target/linux/generic/files/drivers/net/phy/rtl8367.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/rtl8367.c
b/target/linux/generic/files/drivers/net/phy/rtl8367.c
index f4ef0c14f475cf813f28712f55e1c95a0e61cd36..4f2ba6327baa3d1b8c256d819718231d13e30c22 100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/rtl8367.c
+++ b/
target/linux/generic/files/drivers/net/phy/rtl8367.c
@@
-1538,7
+1538,7
@@
static struct switch_attr rtl8367_vlan[] = {
},
};
-static const struct switch_dev_ops rtl836
6m
_ops = {
+static const struct switch_dev_ops rtl836
7_sw
_ops = {
.attr_global = {
.attr = rtl8367_globals,
.n_attr = ARRAY_SIZE(rtl8367_globals),
@@
-1569,7
+1569,7
@@
static int rtl8367_switch_init(struct rtl8366_smi *smi)
dev->cpu_port = RTL8367_CPU_PORT_NUM;
dev->ports = RTL8367_NUM_PORTS;
dev->vlans = RTL8367_NUM_VIDS;
- dev->ops = &rtl836
6m
_ops;
+ dev->ops = &rtl836
7_sw
_ops;
dev->alias = dev_name(smi->parent);
err = register_switch(dev, NULL);