http://git.etherboot.org
/
mirror
/
winof
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[IBAL] Add missing return in __rej_handler for error conditions.
[mirror/winof/.git]
/
core
/
al
/
kernel
/
al_cm_cep.c
diff --git
a/core/al/kernel/al_cm_cep.c
b/core/al/kernel/al_cm_cep.c
index
7e8e3d0
..
4303e7f
100644
(file)
--- a/
core/al/kernel/al_cm_cep.c
+++ b/
core/al/kernel/al_cm_cep.c
@@
-1367,6
+1367,7
@@
__rej_handler(
err1:
\r
ib_put_mad( p_mad );
\r
AL_EXIT( AL_DBG_CM );
\r
+ return;
\r
}
\r
\r
status = __process_rej( p_cep, p_mad );
\r