Skip to content

Commit adea69f

Browse files
ljd42fabiobaltieri
authored andcommitted
doc: releases: device_init() changes
document API behaviour changes in migration guide. Signed-off-by: Loic Domaigne <[email protected]>
1 parent 5761bf8 commit adea69f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Build System
2626
Kernel
2727
******
2828

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+
2934
Base Libraries
3035
**************
3136

0 commit comments

Comments
 (0)