We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5761bf8 commit adea69fCopy full SHA for adea69f
doc/releases/migration-guide-4.3.rst
@@ -26,6 +26,11 @@ Build System
26
Kernel
27
******
28
29
+* :c:func:`device_init` Earlier releases returned a positive +errno value in case
30
+ of device init failure due to a bug. This is now fixed to return the correct
31
+ negative -errno value. Applications that implemented workarounds for this
32
+ issue should now update their code accordingly.
33
+
34
Base Libraries
35
**************
36
0 commit comments