mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(rockchip): use semicolon instead of comma
Use semicolon insted of comma at the end of line. Change-Id: I0ec7a70ec659333c98d586f7bebd5d91bd6c6cc1 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
3e2923199d
commit
8557d491b6
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ void plat_rockchip_restore_gpio(void)
|
|||
mmio_write_32(base + SWPORTA_DDR, save->swporta_ddr);
|
||||
mmio_write_32(base + INTEN, save->inten);
|
||||
mmio_write_32(base + INTMASK, save->intmask);
|
||||
mmio_write_32(base + INTTYPE_LEVEL, save->inttype_level),
|
||||
mmio_write_32(base + INTTYPE_LEVEL, save->inttype_level);
|
||||
mmio_write_32(base + INT_POLARITY, save->int_polarity);
|
||||
mmio_write_32(base + DEBOUNCE, save->debounce);
|
||||
mmio_write_32(base + LS_SYNC, save->ls_sync);
|
||||
|
|
Loading…
Add table
Reference in a new issue