Commit 2ff86df2 authored by Chen Ni's avatar Chen Ni Committed by Helge Deller
Browse files

fbdev: pxa3xx-gcu: Convert comma to semicolon



Replace a comma between expression statements by a semicolon.

Signed-off-by: default avatarChen Ni <nichen@iscas.ac.cn>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent bd97615a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */