On Tue, 14 Apr 2020 16:30:01 -0400, Jon Derrick wrote: > This patch fixes two bit conflicts in the pci-bridge-emul driver: > > 1. Bit 3 of Device Status (19 of Device Control) is marked as both > Write-1-to-Clear and Read-Only. It should be Write-1-to-Clear. > The Read-Only and Reserved bitmasks are shifted by 1 bit due to this > error. > > 2. Bit 12 of Slot Control is marked as both Read-Write and Reserved. > It should be Read-Write. > > Signed-off-by: Jon Derrick <jonathan.derrick@xxxxxxxxx> > --- > drivers/pci/pci-bridge-emul.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>