Re: [PATCH] arch: arm: common: edma.c: Remove some unused functions

2015-01-14 Thread Sekhar Nori
On Monday 29 December 2014 01:23 PM, Peter Ujfalusi wrote: > On 12/07/2014 12:53 AM, Rickard Strandqvist wrote: >> Removes some functions that are not used anywhere: >> edma_shadow0_read() edma_or_array() >> >> This was partially found by using a static code analysis program called >> cppcheck. >

Re: [PATCH] arch: arm: common: edma.c: Remove some unused functions

2015-01-14 Thread Sekhar Nori
On Monday 29 December 2014 01:23 PM, Peter Ujfalusi wrote: On 12/07/2014 12:53 AM, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: edma_shadow0_read() edma_or_array() This was partially found by using a static code analysis program called cppcheck. Acked-by:

Re: [PATCH] arch: arm: common: edma.c: Remove some unused functions

2014-12-28 Thread Peter Ujfalusi
On 12/07/2014 12:53 AM, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > edma_shadow0_read() edma_or_array() > > This was partially found by using a static code analysis program called > cppcheck. Acked-by: Peter Ujfalusi > > Signed-off-by: Rickard

Re: [PATCH] arch: arm: common: edma.c: Remove some unused functions

2014-12-28 Thread Peter Ujfalusi
On 12/07/2014 12:53 AM, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: edma_shadow0_read() edma_or_array() This was partially found by using a static code analysis program called cppcheck. Acked-by: Peter Ujfalusi peter.ujfal...@ti.com Signed-off-by:

[PATCH] arch: arm: common: edma.c: Remove some unused functions

2014-12-06 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: edma_shadow0_read() edma_or_array() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/common/edma.c |8 1 file changed, 8 deletions(-) diff --git

[PATCH] arch: arm: common: edma.c: Remove some unused functions

2014-12-06 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: edma_shadow0_read() edma_or_array() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/common/edma.c |8 1 file