Re: [PATCH] staging: comedi: drivers: dt2815: Removed variables that is never used

2015-01-29 Thread Ian Abbott
On 28/01/15 22:34, Rickard Strandqvist wrote: Variable ar assigned a value that is never used. I have also removed all the code that thereby serves no purpose. This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist --- drivers/staging/comedi/dr

[PATCH] staging: comedi: drivers: dt2815: Removed variables that is never used

2015-01-28 Thread Rickard Strandqvist
Variable ar assigned a value that is never used. I have also removed all the code that thereby serves no purpose. This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist --- drivers/staging/comedi/drivers/dt2815.c |3 +-- 1 file changed, 1 inse