From: Adrian Barnaś Date: Thu, 21 Aug 2025 13:35:21 +0000 (+0000) Subject: staging: media: atomisp: Remove return from end of void function in gdc.c X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2bc7dd2b1fcc2a1f65db8967af60327ca8ec4f45;p=thirdparty%2Flinux.git staging: media: atomisp: Remove return from end of void function in gdc.c Fix checkpatch.pl warning on useless return on the end of the void function. Signed-off-by: Adrian Barnaś Signed-off-by: Sakari Ailus --- diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c index a06d69353939..b31e3809c0e4 100644 --- a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c +++ b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c @@ -45,7 +45,6 @@ void gdc_lut_store(const gdc_ID_t ID, const int data[4][HRT_GDC_N]) gdc_reg_store(ID, lut_offset++, word_0); gdc_reg_store(ID, lut_offset++, word_1); } - return; } /*