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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
"Fix a regression introduced during this cycle that has been partially
addressed by an earlier commit (Andy Shevchenko)"

* tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()

+1 -1
+1 -1
drivers/media/pci/intel/ipu3/cio2-bridge.c
··· 226 226 err_free_swnodes: 227 227 software_node_unregister_nodes(sensor->swnodes); 228 228 err_put_adev: 229 - acpi_dev_put(sensor->adev); 229 + acpi_dev_put(adev); 230 230 return ret; 231 231 } 232 232