Re: [PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field

2022-12-14 Thread Michael S. Tsirkin
On Wed, Dec 14, 2022 at 10:09:43AM +0100, Igor Mammedov wrote: > On Tue, 29 Nov 2022 11:13:39 +0100 > Igor Mammedov wrote: > > > Changelog: > >- keep comment reminding that there was a bridge, so it would be easy to > > find > > removed code if someone wishes to bring it back > >-

Re: [PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field

2022-12-14 Thread Igor Mammedov
On Tue, 29 Nov 2022 11:13:39 +0100 Igor Mammedov wrote: > Changelog: >- keep comment reminding that there was a bridge, so it would be easy to > find > removed code if someone wishes to bring it back >- s/IS_PCI_BRIDGE/is_bridge/ in one instance where local is_bridge already >

[PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field

2022-11-29 Thread Igor Mammedov
Changelog: - keep comment reminding that there was a bridge, so it would be easy to find removed code if someone wishes to bring it back - s/IS_PCI_BRIDGE/is_bridge/ in one instance where local is_bridge already exists Igor Mammedov (2): remove DEC 21154 PCI bridge pci: drop