The patch titled sc92031: sysfs link missing has been added to the -mm tree. Its filename is sc92031-sysfs-link-missing.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: sc92031: sysfs link missing From: Stephen Hemminger <shemminger@xxxxxxxxxx> Add missing sysfs device association. Compile tested only -ENOHW. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxx> Cc: Jeff Garzik <jgarzik@xxxxxxxxx> Cc: Cesar Eduardo Barros <cesarb@xxxxxxxxxx> Cc: <tom@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 @@ -1446,6 +1446,7 @@ static int __devinit sc92031_probe(struc } pci_set_drvdata(pdev, dev); + SET_NETDEV_DEV(dev, &hw->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@xxxxxxxxxx are git-net.patch sc92031-sysfs-link-missing.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html