Re: [PATCH] staging: android: ion: remove redundant variable table

2017-11-01 Thread Laura Abbott
On 10/31/2017 07:02 AM, Colin King wrote: > From: Colin Ian King > > Variable table is being set but is never read, it is therefore > redundant and can be removed. Cleans up clang warning: > > drivers/staging/android/ion/ion.c:112:2: warning: Value stored to 'table' is > never read > Acked-by

[PATCH] staging: android: ion: remove redundant variable table

2017-10-31 Thread Colin King
From: Colin Ian King Variable table is being set but is never read, it is therefore redundant and can be removed. Cleans up clang warning: drivers/staging/android/ion/ion.c:112:2: warning: Value stored to 'table' is never read Signed-off-by: Colin Ian King --- drivers/staging/android/ion/ion