forked from nuttx/nuttx-update
can/sja100: leave critical section properly
leave critical section properly before return Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
f1e1aab3b7
commit
5cc5decd64
1 changed files with 0 additions and 1 deletions
|
@ -339,7 +339,6 @@ static int sja1000_setup(struct can_dev_s *dev)
|
|||
if (ret < 0)
|
||||
{
|
||||
canerr("ERROR: Failed to attach to IRQ Handler!\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_ARCH_HAVE_MULTICPU
|
||||
|
|
Loading…
Reference in a new issue