Re: [PATCH] gt96100: stop using pci_find_device()
From: Ralf Baechle <hidden>
Date: 2005-09-14 19:40:38
Also in:
linux-mips
From: Ralf Baechle <hidden>
Date: 2005-09-14 19:40:38
Also in:
linux-mips
On Wed, Sep 14, 2005 at 10:51:37PM +0400, Alexey Dobriyan wrote:
Replace pci_find_device with pci_get_device/pci_dev_put to plug race with pci_find_device.
The system is a little odd; the race condition probably doens't exist on this particular chipset. Ralf