]> git.baikalelectronics.ru Git - kernel.git/commit
staging: media: Remove unused function atomisp_set_stop_timeout()
authorsimran singhal <singhalsimran0@gmail.com>
Sun, 12 Mar 2017 17:10:23 +0000 (22:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 00:00:37 +0000 (08:00 +0800)
commit4f7de257cf0558e1f04c23cfe80895c535ac9bff
tree027a7a12e8ea10d5111becf2603ae14e7348707f
parente0a8d06007e155fb1a53699203497093156e2a61
staging: media: Remove unused function atomisp_set_stop_timeout()

The function atomisp_set_stop_timeout on being called, simply returns
back. The function hasn't been mentioned in the TODO and doesn't have
FIXME code around. Hence, atomisp_set_stop_timeout and its calls have been
removed.

This was done using Coccinelle.

@@
identifier f;
@@

void f(...) {

-return;

}

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat.h
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat_css20.c