All of lore.kernel.org
 help / color / mirror / Atom feed
* Is this bug too obvious?
@ 2007-02-14  0:41 Chuck Ebbert
  2007-02-14  0:49 ` Randy Dunlap
  2007-02-14  1:06 ` Daniel Barkalow
  0 siblings, 2 replies; 7+ messages in thread
From: Chuck Ebbert @ 2007-02-14  0:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Dave Jones

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 ???


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-02-16 23:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.