Skip to content

Commit 2ff86df

Browse files
Chen Nihdeller
authored andcommitted
fbdev: pxa3xx-gcu: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent bd97615 commit 2ff86df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/video/fbdev/pxa3xx-gcu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ static int pxa3xx_gcu_probe(struct platform_device *pdev)
594594
* container_of(). This isn't really necessary as we have a fixed minor
595595
* number anyway, but this is to avoid statics. */
596596

597-
priv->misc_dev.minor = PXA3XX_GCU_MINOR,
598-
priv->misc_dev.name = DRV_NAME,
597+
priv->misc_dev.minor = PXA3XX_GCU_MINOR;
598+
priv->misc_dev.name = DRV_NAME;
599599
priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops;
600600

601601
/* handle IO resources */

0 commit comments

Comments
 (0)