Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932122AbXBNAlP (ORCPT ); Tue, 13 Feb 2007 19:41:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932116AbXBNAlP (ORCPT ); Tue, 13 Feb 2007 19:41:15 -0500 Received: from mx1.redhat.com ([66.187.233.31]:36833 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751478AbXBNAlB (ORCPT ); Tue, 13 Feb 2007 19:41:01 -0500 Message-ID: <45D25ABE.5080400@redhat.com> Date: Tue, 13 Feb 2007 19:41:34 -0500 From: Chuck Ebbert Organization: Red Hat User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: linux-kernel CC: Dave Jones Subject: Is this bug too obvious? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 23 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 ??? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/