From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v2.6.22-rc5] cxgb2: handle possible NULL pointer dereferencing, take 2 Date: Mon, 25 Jun 2007 19:14:05 -0400 Message-ID: <46804C3D.3080205@garzik.org> References: <20070625153450.c5f535ca.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pradeep singh , trivial@kernel.org, netdev@vger.kernel.org To: Andrew Morton Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:54966 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbXFYXOK (ORCPT ); Mon, 25 Jun 2007 19:14:10 -0400 In-Reply-To: <20070625153450.c5f535ca.akpm@linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Andrew Morton wrote: > The chelsio driver is assuming that pci_device_id.driver_data has been > initialised to the board index, but I am unable to locate anywhere where > that initialisation actually happens. It's hidden inside the CH_DEVICE() initializer-helper macro. Jeff