Skip to content

Commit 84b3e42

Browse files
committed
Merge tag 'media/v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fix from Mauro Carvalho Chehab: "There's just one patch here, fixing a -Werror issue at staging/atomisp" * tag 'media/v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: media: atomisp: restore missing 'return' statement
2 parents b60be02 + 206704a commit 84b3e42

File tree

1 file changed

+2
-0
lines changed
  • drivers/staging/media/atomisp/pci/hive_isp_css_common/host

1 file changed

+2
-0
lines changed

drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,8 @@ static input_system_err_t input_system_configure_channel_sensor(
16461646
default:
16471647
return INPUT_SYSTEM_ERR_PARAMETER_NOT_SUPPORTED;
16481648
}
1649+
1650+
return INPUT_SYSTEM_ERR_NO_ERROR;
16491651
}
16501652

16511653
// Test flags and set structure.

0 commit comments

Comments
 (0)