[PATCH v3 1/2] staging: media: atomisp: remove unnecessary return statement
From: A. Kalimov
Date: Sun Jul 12 2026 - 08:03:11 EST
Remove the unnecessary return statement at the end of the void function.
This cleans up the code and aligns it with the kernel coding style.
Signed-off-by: A. Kalimov <erqeon@xxxxxxxxx>
---
drivers/staging/media/atomisp/pci/atomisp_cmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/atomisp_cmd.c b/drivers/staging/media/atomisp/pci/atomisp_cmd.c
index 6cd500d9f..81d0afae8 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_cmd.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_cmd.c
@@ -1419,7 +1419,6 @@ static void atomisp_update_grid_info(struct atomisp_sub_device *asd,
err:
atomisp_css_free_stat_buffers(asd);
- return;
}
static void atomisp_curr_user_grid_info(struct atomisp_sub_device *asd,
--
2.53.0