From 0b161c6f9e826993746f425554ac6f3a6e739ce6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 9 May 2013 20:01:58 +0000 Subject: [PATCH 1/1] kernel: b53: use correct oops for bcm5365 switch SVN-Revision: 36589 --- target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c index 41e6fa9881..c74bf7fbcb 100644 --- a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c +++ b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c @@ -944,7 +944,7 @@ static const struct switch_dev_ops b53_switch_ops_25 = { static const struct switch_dev_ops b53_switch_ops_65 = { .attr_global = { - .attr = b53_global_ops_25, + .attr = b53_global_ops_65, .n_attr = ARRAY_SIZE(b53_global_ops_65), }, .attr_port = { -- 2.35.1