Re: [PATCH] serial: sirf: Simplify a test

2016-11-10 Thread Julia Lawall
On Tue, 8 Nov 2016, Christophe JAILLET wrote: > Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : > > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > > > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the > > > test > > > can be simplified to be more

Re: [PATCH] serial: sirf: Simplify a test

2016-11-10 Thread Julia Lawall
On Tue, 8 Nov 2016, Christophe JAILLET wrote: > Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : > > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > > > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the > > > test > > > can be simplified to be more

Re: [PATCH] serial: sirf: Simplify a test

2016-11-08 Thread Arnd Bergmann
On Tuesday, November 8, 2016 8:18:04 AM CET Christophe JAILLET wrote: > Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : > > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > >> 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > >> can be simplified

Re: [PATCH] serial: sirf: Simplify a test

2016-11-08 Thread Arnd Bergmann
On Tuesday, November 8, 2016 8:18:04 AM CET Christophe JAILLET wrote: > Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : > > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > >> 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > >> can be simplified

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Christophe JAILLET
Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test can be simplified to be more consistent. Signed-off-by: Christophe JAILLET

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Christophe JAILLET
Le 07/11/2016 à 14:50, Arnd Bergmann a écrit : On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test can be simplified to be more consistent. Signed-off-by: Christophe JAILLET The change looks correct

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Julia Lawall
On Mon, 7 Nov 2016, Arnd Bergmann wrote: > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > > can be simplified to be more consistent. > > > > Signed-off-by: Christophe JAILLET

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Julia Lawall
On Mon, 7 Nov 2016, Arnd Bergmann wrote: > On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > > can be simplified to be more consistent. > > > > Signed-off-by: Christophe JAILLET > > The change

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Arnd Bergmann
On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > can be simplified to be more consistent. > > Signed-off-by: Christophe JAILLET The change looks correct in

Re: [PATCH] serial: sirf: Simplify a test

2016-11-07 Thread Arnd Bergmann
On Tuesday, November 1, 2016 8:03:33 AM CET Christophe JAILLET wrote: > 'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test > can be simplified to be more consistent. > > Signed-off-by: Christophe JAILLET The change looks correct in principle. It would be good to

[PATCH] serial: sirf: Simplify a test

2016-11-01 Thread Christophe JAILLET
'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test can be simplified to be more consistent. Signed-off-by: Christophe JAILLET --- drivers/tty/serial/sirfsoc_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] serial: sirf: Simplify a test

2016-11-01 Thread Christophe JAILLET
'dmaengine_prep_dma_cyclic()' does not return an error pointer, so the test can be simplified to be more consistent. Signed-off-by: Christophe JAILLET --- drivers/tty/serial/sirfsoc_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/sirfsoc_uart.c