2012-05-23 10:12:07

by devendra.aaru

[permalink] [raw]
Subject: question about the failure of eisa_root_register in drivers/eisa/pci_eisa.c

Hello ,

If the eisa_root_register fails, the function just returns rather
than calling the pci_disable_device and return. so we need to use the
pci_disable_device and return.


Please suggest me if i am wrong.

Thanks,
Devendra.


2012-05-24 05:21:30

by devendra.aaru

[permalink] [raw]
Subject: Re: question about the failure of eisa_root_register in drivers/eisa/pci_eisa.c

anybody please .. ?
On Wed, May 23, 2012 at 3:42 PM, devendra.aaru <[email protected]> wrote:
> Hello ,
>
> ? If the eisa_root_register fails, the function just returns rather
> than calling the pci_disable_device and return. so we need to use the
> pci_disable_device and return.
>
>
> Please suggest me if i am wrong.
>
> Thanks,
> Devendra.