Commit 8654983c authored by Jonathan Bergh's avatar Jonathan Bergh Committed by Mauro Carvalho Chehab
Browse files

media: staging: media: atomisp: Remove unneeded return statement from void function

This patch makes the following change:
 * Removes an unnecessary 'return' statement from a void function
   implementation

Link: https://lore.kernel.org/r/20240226194023.69070-6-bergh.jonathan@gmail.com



Signed-off-by: default avatarJonathan Bergh <bergh.jonathan@gmail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 5d076c5e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -642,8 +642,6 @@ void sh_css_sp_set_if_configs(
		    *config_b;
		sh_css_sp_group.config.input_formatter.b_changed = true;
	}

	return;
}

void