]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fbdev: pxa3xx-gcu: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Mon, 2 Sep 2024 07:57:24 +0000 (15:57 +0800)
committerHelge Deller <deller@gmx.de>
Mon, 2 Sep 2024 11:54:25 +0000 (13:54 +0200)
Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/pxa3xx-gcu.c

index 43c80316d84bbaac6fc9385cbfc2efe21799c51a..489088b4e467baba1dc2a2d644efe7c824d1ce0c 100644 (file)
@@ -594,8 +594,8 @@ static int pxa3xx_gcu_probe(struct platform_device *pdev)
         * container_of(). This isn't really necessary as we have a fixed minor
         * number anyway, but this is to avoid statics. */
 
-       priv->misc_dev.minor    = PXA3XX_GCU_MINOR,
-       priv->misc_dev.name     = DRV_NAME,
+       priv->misc_dev.minor    = PXA3XX_GCU_MINOR;
+       priv->misc_dev.name     = DRV_NAME;
        priv->misc_dev.fops     = &pxa3xx_gcu_miscdev_fops;
 
        /* handle IO resources */