On Fri, Feb 16, 2024 at 08:48:14PM -0400, Jason Gunthorpe wrote: > The signature for __iowrite64_copy() requires the number of 64 bit > quantities, not bytes. Multiple by 8 to get to a byte length before > invoking zpci_memcpy_toio() > > Fixes: 87bc359b9822 ("s390/pci: speed up __iowrite64_copy by using pci store block insn") > Acked-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > arch/s390/pci/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks!