Correct type of SAMA5 arm_decodefiq() return value
This commit is contained in:
parent
190cbc766e
commit
942d24a005
@ -607,7 +607,7 @@ uint32_t *arm_decodeirq(uint32_t *regs)
|
||||
|
||||
uint32_t *arm_decodefiq(FAR uint32_t *regs)
|
||||
{
|
||||
uint32_t ret;
|
||||
uint32_t *ret;
|
||||
|
||||
/* In order to distinguish a FIQ from a true secure interrupt we need to
|
||||
* check the state of the FIQ line in the SAIC_CISR register.
|
||||
|
Loading…
Reference in New Issue
Block a user