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ś <abarnas@google.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
Adrian Barnaś
2025-08-21 13:35:21 +00:00
committed by Sakari Ailus
parent 3322fc4dca
commit 2bc7dd2b1f

View 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;
}
/*