]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: media: atomisp: remove unnecessary else after return in atomisp_cmd.c
authorOskar Ray-Frayssinet <rayfraytech@gmail.com>
Sun, 1 Mar 2026 22:30:38 +0000 (23:30 +0100)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 20 May 2026 10:21:40 +0000 (13:21 +0300)
commitcede4f26b4df8b13dcfe3667b098eceb2ef26eb0
treea0aaf6123535b027b36ea4dc9dc043ac7ba6f6c7
parent4d542f256cf2ff23a4a2c5411cbdf9af0191b8ca
staging: media: atomisp: remove unnecessary else after return in atomisp_cmd.c

Remove unnecessary else clause after return statement as the else
branch is not needed when the if branch always returns.

Signed-off-by: Oskar Ray-Frayssinet <rayfraytech@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/staging/media/atomisp/pci/atomisp_cmd.c