]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ion: remove redundant variable table
authorColin Ian King <colin.king@canonical.com>
Tue, 31 Oct 2017 14:02:49 +0000 (14:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Nov 2017 10:42:55 +0000 (11:42 +0100)
commitfc3af363c42f181b7783f0c55fdada6835c4aaf4
tree33d8f026655b56d1430014e854238abb0938792d
parent223bb3bf9ff5f5c300768c030af2af03234886f6
staging: android: ion: remove redundant variable table

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 <colin.king@canonical.com>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c