From: Chuck Ebbert <cebbert@redhat.com>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Dave Jones <davej@redhat.com>
Subject: Re: Is this bug too obvious?
Date: Tue, 13 Feb 2007 20:13:06 -0500 [thread overview]
Message-ID: <45D26222.9040504@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0702132000220.20138@iabervon.org>
Daniel Barkalow wrote:
> On Tue, 13 Feb 2007, Chuck Ebbert wrote:
>
>> drivers/usb/net/usbnet.c:
>>
>> int
>> usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)
>> {
>> struct usbnet *dev;
>> struct net_device *net;
>> struct usb_host_interface *interface;
>> struct driver_info *info;
>> struct usb_device *xdev;
>> int status;
>>
>> ...
>>
>> net = alloc_etherdev(sizeof(*dev));
>> ^^^^
>> *net ???
>
> No, alloc_etherdev takes the size of the private data, which, in this
> case, is *dev.
>
> -Daniel
> *This .sig left intentionally blank*
OK I'll keep looking for the cause of the oops then:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228231
next prev parent reply other threads:[~2007-02-14 1:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-14 0:41 Is this bug too obvious? Chuck Ebbert
2007-02-14 0:49 ` Randy Dunlap
2007-02-14 1:06 ` [linux-usb-devel] " David Brownell
2007-02-14 1:06 ` Daniel Barkalow
2007-02-14 1:13 ` Chuck Ebbert [this message]
2007-02-16 22:34 ` usbnet/rndis (was: Is this bug too obvious?) Pete Zaitcev
2007-02-16 23:37 ` [linux-usb-devel] " David Brownell
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=45D26222.9040504@redhat.com \
--to=cebbert@redhat.com \
--cc=barkalow@iabervon.org \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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