mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(versal): use only one space for indentation" into integration
This commit is contained in:
commit
000e25bf6f
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ enum pm_ret_status pm_api_ioctl(uint32_t device_id, uint32_t ioctl_id,
|
|||
}
|
||||
gicd_write_irouter(gicv3_driver_data->gicd_base,
|
||||
(uint32_t)PLAT_VERSAL_IPI_IRQ, MODE);
|
||||
ret = PM_RET_SUCCESS;
|
||||
ret = PM_RET_SUCCESS;
|
||||
break;
|
||||
default:
|
||||
return PM_RET_ERROR_NOTSUPPORTED;
|
||||
|
|
Loading…
Add table
Reference in a new issue