]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(rockchip): use semicolon instead of comma
authorElyes Haouas <ehaouas@noos.fr>
Tue, 21 Feb 2023 14:21:43 +0000 (15:21 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Tue, 9 May 2023 14:57:00 +0000 (15:57 +0100)
Use semicolon insted of comma at the end of line.

Change-Id: I0ec7a70ec659333c98d586f7bebd5d91bd6c6cc1
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
plat/rockchip/rk3399/drivers/gpio/rk3399_gpio.c

index 724968f39c79009fc336fe4ae604a2729a2c2d7f..96b4753f3f1bc8ed1566dea322f8783221f5a132 100644 (file)
@@ -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);