[ltp] Segmentation fault in PCI module

Matthias Himber linux-thinkpad@linux-thinkpad.org
Thu, 07 Oct 2004 13:56:30 +0200


This looks like the problem:
> >   if(( pci_find_slot(1, PCI_DEVFN( 9, 0))) == NULL){
it probably should read
	if(( pci_device = pci_find_slot(1, PCI_DEVFN( 9, 0))) == NULL){

HTH,
	Matthias