mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
arch/arm/samv7: fix leaving from critical section in HSMCI callback
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
a9d7a776c4
commit
601a0e8a32
@@ -3116,6 +3116,7 @@ static void sam_callback(void *arg)
|
||||
{
|
||||
/* No... return without performing the callback */
|
||||
|
||||
leave_critical_section(flags);
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -3127,6 +3128,7 @@ static void sam_callback(void *arg)
|
||||
{
|
||||
/* No... return without performing the callback */
|
||||
|
||||
leave_critical_section(flags);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3182,6 +3182,7 @@ static void sam_callback(void *arg)
|
||||
{
|
||||
/* No... return without performing the callback */
|
||||
|
||||
leave_critical_section(flags);
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -3193,6 +3194,7 @@ static void sam_callback(void *arg)
|
||||
{
|
||||
/* No... return without performing the callback */
|
||||
|
||||
leave_critical_section(flags);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user