aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/setup.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-04-21 12:49:33 -0700
committerKevin Hilman <khilman@linaro.org>2015-08-25 08:34:54 -0700
commit3b4a5f1c3a8d1e59fd1e1709cf4bec2bff56069e (patch)
tree44ef2bc65c7c81d1332adfddad4764f6071ed05f /arch/arm64/kernel/setup.c
parentf0387a70c1323f223343d73856ef36414c86d670 (diff)
media: remove unused variable that causes a warning
My 'allmodconfig' build is _almost_ free of warnings, and most of the remaining ones are for legacy drivers that just do bad things that I can't find it in my black heart to care too much about. But this one was just annoying me: drivers/media/v4l2-core/videobuf2-core.c:3256:26: warning: unused variable ‘fileio’ [-Wunused-variable] because commit 0e661006370b ("[media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()") removed all users of 'fileio' and instead calls "__vb2_cleanup_fileio(q)" to clean up q->fileio. But the now unused 'fileio' variable was left around. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> (cherry picked from commit 1d11437f4fd02f9b5d3749675a1232216787dcc6) Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm64/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions