projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] ag71xx driver: rename ag71xx_debug module parameter
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx_ethtool.c
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ethtool.c
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ethtool.c
index
878be77
..
3ac347f
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ethtool.c
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ethtool.c
@@
-44,7
+44,7
@@
static void ag71xx_ethtool_get_drvinfo(struct net_device *dev,
strcpy(info->driver, ag->pdev->dev.driver->name);
strcpy(info->version, AG71XX_DRV_VERSION);
strcpy(info->driver, ag->pdev->dev.driver->name);
strcpy(info->version, AG71XX_DRV_VERSION);
- strcpy(info->bus_info,
ag->pdev->dev.bus_id
);
+ strcpy(info->bus_info,
dev_name(&ag->pdev->dev)
);
}
static u32 ag71xx_ethtool_get_msglevel(struct net_device *dev)
}
static u32 ag71xx_ethtool_get_msglevel(struct net_device *dev)
This page took
0.0297 seconds
and
4
git commands to generate.