]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: staging: atomisp: Remove unnecessary return statement in void function
authorTomasz Unger <tomasz.unger@yahoo.pl>
Thu, 5 Mar 2026 13:45:27 +0000 (14:45 +0100)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 20 May 2026 08:29:28 +0000 (11:29 +0300)
commit835da7cf2da4bfbca140acc54c8d9bcb80695e6c
treedd17c321da152498301e4f8d12f7f0e23a48bedf
parent4d1e8d9ca1adde4109291cac6aaec135c4812c4e
media: staging: atomisp: Remove unnecessary return statement in void function

Remove redundant 'return;' at the end of void function
ia_css_dvs_statistics_get(). Void functions do not need an explicit
return statement at the end. No other occurrences in this file.

Found with checkpatch.pl --strict.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/staging/media/atomisp/pci/sh_css_param_dvs.c