]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: media: atomisp: Remove return from end of void function in gdc.c
authorAdrian Barnaś <abarnas@google.com>
Thu, 21 Aug 2025 13:35:21 +0000 (13:35 +0000)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 20 May 2026 10:21:41 +0000 (13:21 +0300)
Fix checkpatch.pl warning on useless return on the end of the void
function.

Signed-off-by: Adrian Barnaś <abarnas@google.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c

index a06d693539395d1a6789c8b544ceecc24574f3d3..b31e3809c0e4c7452110236ac9b76312b39bc5c9 100644 (file)
@@ -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;
 }
 
 /*