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

From: Greg Kroah-Hartman
Date: Sat Nov 27 2021 - 07:15:41 EST


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 <tglx@xxxxxxxxxxxxx>
> ---
> drivers/base/core.c | 1 -
> drivers/pci/msi/msi.c | 2 +-
> include/linux/device.h | 2 --
> 3 files changed, 1 insertion(+), 4 deletions(-)

Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>