Re: [patch 04/37] PCI/MSI: Use lock from msi_device_data

2021-11-27 Thread Greg Kroah-Hartman
On Sat, Nov 27, 2021 at 02:20:13AM +0100, Thomas Gleixner wrote: > Remove the register lock from struct device and use the one in > struct msi_device_data. > > Signed-off-by: Thomas Gleixner > --- > drivers/base/core.c|1 - > drivers/pci/msi/msi.c |2 +- > include/linux/device.h |

[patch 04/37] PCI/MSI: Use lock from msi_device_data

2021-11-26 Thread Thomas Gleixner
Remove the register lock from struct device and use the one in struct msi_device_data. Signed-off-by: Thomas Gleixner --- drivers/base/core.c|1 - drivers/pci/msi/msi.c |2 +- include/linux/device.h |2 -- 3 files changed, 1 insertion(+), 4 deletions(-) --- a/drivers/base/core.