Re: [PATCH v2.6.22-rc5] cxgb2: handle possible NULL pointer dereferencing, take 2
From: Jeff Garzik <hidden>
Date: 2007-06-25 23:14:10
From: Jeff Garzik <hidden>
Date: 2007-06-25 23:14:10
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