Re: [PATCH 1/2] pci: pass along the return value of dma_memory_rw

2020-07-27 Thread Klaus Jensen
On Jul 22 07:48, Michael S. Tsirkin wrote: > On Mon, Jun 29, 2020 at 10:20:52PM +0200, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Some devices might want to know the return value of dma_memory_rw, so > > pass it along instead of ignoring it. > > > > There are no existing users of the ret

Re: [PATCH 1/2] pci: pass along the return value of dma_memory_rw

2020-07-22 Thread Michael S. Tsirkin
On Mon, Jun 29, 2020 at 10:20:52PM +0200, Klaus Jensen wrote: > From: Klaus Jensen > > Some devices might want to know the return value of dma_memory_rw, so > pass it along instead of ignoring it. > > There are no existing users of the return value, so this patch should be > safe. > > Signed-of

Re: [PATCH 1/2] pci: pass along the return value of dma_memory_rw

2020-07-01 Thread Michael S. Tsirkin
On Mon, Jun 29, 2020 at 10:20:52PM +0200, Klaus Jensen wrote: > From: Klaus Jensen > > Some devices might want to know the return value of dma_memory_rw, so > pass it along instead of ignoring it. > > There are no existing users of the return value, so this patch should be > safe. > > Signed-of

[PATCH 1/2] pci: pass along the return value of dma_memory_rw

2020-06-29 Thread Klaus Jensen
From: Klaus Jensen Some devices might want to know the return value of dma_memory_rw, so pass it along instead of ignoring it. There are no existing users of the return value, so this patch should be safe. Signed-off-by: Klaus Jensen Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael S.