Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-26 Thread Yannis Damigos
On Mon, Sep 26, 2016 at 1:24 PM, Greg KH wrote: > On Mon, Sep 26, 2016 at 01:11:50PM +0300, Yannis Damigos wrote: >> Hi Greg, >> >> On Fri, Sep 23, 2016 at 3:06 PM, Greg KH wrote: >> > >> > Have you tested that this works? >> > >> >> In

Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-26 Thread Greg KH
On Mon, Sep 26, 2016 at 01:11:50PM +0300, Yannis Damigos wrote: > Hi Greg, > > On Fri, Sep 23, 2016 at 3:06 PM, Greg KH wrote: > > > > Have you tested that this works? > > > > In order to test the change I need a board with Hi6220 SoC. > If I do not own the hardware

Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-26 Thread Yannis Damigos
Hi Greg, On Fri, Sep 23, 2016 at 3:06 PM, Greg KH wrote: > > Have you tested that this works? > In order to test the change I need a board with Hi6220 SoC. If I do not own the hardware to test the change, how should I proceed? thanks, Yannis

Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-23 Thread Yannis Damigos
I believed I tested it but I found out that the CONFIG_OF_RESERVED_MEM was not enabled in my config. So it was not properly tested. I will try to test it again. Sorry, Yannis On Fri, Sep 23, 2016 at 3:06 PM, Greg KH wrote: > On Fri, Sep 23, 2016 at 12:50:15PM +0300,

Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 12:50:15PM +0300, Yannis Damigos wrote: > This patch removes the empty function rmem_ion_device_release > > Signed-off-by: Yannis Damigos > --- > drivers/staging/android/ion/ion_of.c | 7 --- > 1 file changed, 7 deletions(-) Please just

Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 12:50:15PM +0300, Yannis Damigos wrote: > This patch removes the empty function rmem_ion_device_release > > Signed-off-by: Yannis Damigos > --- > drivers/staging/android/ion/ion_of.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git

[PATCHv3 5/5] staging:android:ion: Remove empty release function

2016-09-23 Thread Yannis Damigos
This patch removes the empty function rmem_ion_device_release Signed-off-by: Yannis Damigos --- drivers/staging/android/ion/ion_of.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/android/ion/ion_of.c b/drivers/staging/android/ion/ion_of.c