Re: [PATCH] staging: android: ion: fix ion_dma_buf_attach signatur

2018-06-21 Thread Christian König
Am 21.06.2018 um 08:34 schrieb Daniel Vetter: On Wed, Jun 20, 2018 at 08:52:19PM +0200, Christian König wrote: Fixup for "dma_buf: remove device parameter from attach callback v2". I missed this driver, sorry for the noise. Patch is not even compile tested. Signed-off-by: Christian König

Re: [PATCH] staging: android: ion: fix ion_dma_buf_attach signatur

2018-06-21 Thread Daniel Vetter
On Wed, Jun 20, 2018 at 08:52:19PM +0200, Christian König wrote: > Fixup for "dma_buf: remove device parameter from attach callback v2". > > I missed this driver, sorry for the noise. Patch is not even compile > tested. > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter Also

Re: [PATCH] staging: android: ion: fix ion_dma_buf_attach signatur

2018-06-20 Thread kbuild test robot
Hi Christian, I love your patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.18-rc1 next-20180620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] staging: android: ion: fix ion_dma_buf_attach signatur

2018-06-20 Thread Dan Carpenter
Missing 'e' on "signatur". This fixes the build presumably? My guess is that kbuild caught the warning? On Wed, Jun 20, 2018 at 08:52:19PM +0200, Christian König wrote: > Fixup for "dma_buf: remove device parameter from attach callback v2". > I don't think we've applied this? Can't you just

[PATCH] staging: android: ion: fix ion_dma_buf_attach signatur

2018-06-20 Thread Christian König
Fixup for "dma_buf: remove device parameter from attach callback v2". I missed this driver, sorry for the noise. Patch is not even compile tested. Signed-off-by: Christian König --- drivers/staging/android/ion/ion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git