Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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
+2
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c
··· 1646 1646 default: 1647 1647 return INPUT_SYSTEM_ERR_PARAMETER_NOT_SUPPORTED; 1648 1648 } 1649 + 1650 + return INPUT_SYSTEM_ERR_NO_ERROR; 1649 1651 } 1650 1652 1651 1653 // Test flags and set structure.