From: Jeff Garzik <jeff@garzik.org>
To: unlisted-recipients:; (no To-header on input)
Cc: netdev@vger.kernel.org, akpm@linux-foundation.org,
shemminger@vyatta.com, cesarb@cesarb.net, jgarzik@pobox.com,
tom@sharkbay.at
Subject: Re: [patch for 2.6.25? 3/3] sc92031: sysfs link missing
Date: Sat, 12 Apr 2008 04:43:01 -0400 [thread overview]
Message-ID: <48007615.2070909@garzik.org> (raw)
In-Reply-To: <200804110430.m3B4UcVU000439@imap1.linux-foundation.org>
akpm@linux-foundation.org wrote:
> 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);
applied
next prev parent reply other threads:[~2008-04-12 8:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-11 4:30 [patch for 2.6.25? 3/3] sc92031: sysfs link missing akpm
2008-04-12 8:43 ` Jeff Garzik [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-09 0:31 akpm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48007615.2070909@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@linux-foundation.org \
--cc=cesarb@cesarb.net \
--cc=jgarzik@pobox.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
--cc=tom@sharkbay.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).