All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* - sc92031-sysfs-link-missing.patch removed from -mm tree
@ 2008-04-15  9:10 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-04-15  9:10 UTC (permalink / raw
  To: shemminger, cesarb, jgarzik, tom, mm-commits


The patch titled
     sc92031: sysfs link missing
has been removed from the -mm tree.  Its filename was
     sc92031-sysfs-link-missing.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: sc92031: sysfs link missing
From: Stephen Hemminger <shemminger@vyatta.com>

Add missing sysfs device association. Compile tested only -ENOHW.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=10380

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Cc: Cesar Eduardo Barros <cesarb@cesarb.net>
Cc: <tom@sharkbay.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/net/sc92031.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/net/sc92031.c~sc92031-sysfs-link-missing drivers/net/sc92031.c
--- a/drivers/net/sc92031.c~sc92031-sysfs-link-missing
+++ a/drivers/net/sc92031.c
@@ -1444,6 +1444,7 @@ static int __devinit sc92031_probe(struc
 	}
 
 	pci_set_drvdata(pdev, dev);
+	SET_NETDEV_DEV(dev, &pdev->dev);
 
 #if SC92031_USE_BAR == 0
 	dev->mem_start = pci_resource_start(pdev, SC92031_USE_BAR);
_

Patches currently in -mm which might be from shemminger@vyatta.com are

origin.patch
git-net.patch
sc92031-use-net_device-stats.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-15  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15  9:10 - sc92031-sysfs-link-missing.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.