* Please pull bug-fixes branch of linux-2.6-mv643xx_eth.git
@ 2007-10-23 21:13 Dale Farnsworth
2007-10-24 0:15 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Dale Farnsworth @ 2007-10-23 21:13 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
The following changes since commit e8b8c977734193adedf2b0f607d6252c78e86394:
Linus Torvalds (1):
Revert "kconfig: tristate choices with mixed tristate and boolean values"
are available in the git repository at:
git://farnsworth.org/dale/linux-2.6-mv643xx_eth.git bug-fixes
Dale Farnsworth (1):
mv643xx_eth: Hook up mv643xx_get_sset_count
drivers/net/mv643xx_eth.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
It may be also viewed at:
http://www.farnsworth.org/git?p=dale/linux-2.6-mv643xx_eth.git;a=shortlog;h=bug-fixes
Thanks,
-Dale
Here is the single commit:
Author: Dale Farnsworth <dale@farnsworth.org>
Date: Sat Oct 20 12:16:27 2007 -0700
mv643xx_eth: Hook up mv643xx_get_sset_count
Commit b9f2c044 replaced mv643xx_get_stats_count() with
mv643xx_get_sset_count(), but forgot to hook it up.
drivers/net/mv643xx_eth.c:2678: warning: mv643xx_get_sset_count defined but not used
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index 84f2d63..54e4828 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -2742,6 +2742,7 @@ static const struct ethtool_ops mv643xx_ethtool_ops = {
.get_drvinfo = mv643xx_get_drvinfo,
.get_link = mv643xx_eth_get_link,
.set_sg = ethtool_op_set_sg,
+ .get_sset_count = mv643xx_get_sset_count,
.get_ethtool_stats = mv643xx_get_ethtool_stats,
.get_strings = mv643xx_get_strings,
.nway_reset = mv643xx_eth_nway_restart,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Please pull bug-fixes branch of linux-2.6-mv643xx_eth.git
2007-10-23 21:13 Please pull bug-fixes branch of linux-2.6-mv643xx_eth.git Dale Farnsworth
@ 2007-10-24 0:15 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-24 0:15 UTC (permalink / raw)
To: Dale Farnsworth; +Cc: netdev
Dale Farnsworth wrote:
> The following changes since commit e8b8c977734193adedf2b0f607d6252c78e86394:
> Linus Torvalds (1):
> Revert "kconfig: tristate choices with mixed tristate and boolean values"
>
> are available in the git repository at:
>
> git://farnsworth.org/dale/linux-2.6-mv643xx_eth.git bug-fixes
pulled
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-24 0:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-23 21:13 Please pull bug-fixes branch of linux-2.6-mv643xx_eth.git Dale Farnsworth
2007-10-24 0:15 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).