]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: media: av7110: remove print_time() dead code
authorTomasz Unger <tomasz.unger@yahoo.pl>
Fri, 20 Mar 2026 10:07:37 +0000 (11:07 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 5 May 2026 14:57:02 +0000 (16:57 +0200)
commitb3c33615e56b830397965c20d4994b274edcd9df
tree6e56937658241a495234b7ea5cefa6979d967b12
parent165a7c73123eabd0f4f496601c811a23930d5671
staging: media: av7110: remove print_time() dead code

The DEBUG_TIMING macro is commented out and can never be defined,
making the print_time() function body always empty. Remove the
commented-out macro, the unused function definition and all its
call sites as they serve no purpose.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/staging/media/av7110/av7110.c