Re: [PATCH] 'is_enabled' flag should be set/cleared when the device is actually enabled/disabled

2005-04-08 Thread Greg KH
On Fri, Apr 08, 2005 at 02:53:31PM +0900, Kenji Kaneshige wrote: > Hi, > > I think 'is_enabled' flag in pci_dev structure should be set/cleared > when the device actually enabled/disabled. Especially about > pci_enable_device(), it can be failed. By this change, we will also > get the possibility

Re: [PATCH] 'is_enabled' flag should be set/cleared when the device is actually enabled/disabled

2005-04-08 Thread Greg KH
On Fri, Apr 08, 2005 at 02:53:31PM +0900, Kenji Kaneshige wrote: Hi, I think 'is_enabled' flag in pci_dev structure should be set/cleared when the device actually enabled/disabled. Especially about pci_enable_device(), it can be failed. By this change, we will also get the possibility of