[PATCH] sound: soc: samsung: dma.c: Fix for possible null pointer dereference

2014-05-19 Thread Rickard Strandqvist
There is otherwise a risk of a possible null pointer dereference. Was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/soc/samsung/dma.c | 10 ++ 1 file changed, 6 insertions(+),

Re: [PATCH] sound: soc: samsung: dma.c: Fix for possible null pointer dereference

2014-05-19 Thread Tushar Behera
On 05/20/2014 03:07 AM, Rickard Strandqvist wrote: There is otherwise a risk of a possible null pointer dereference. Was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---