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

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
...@@ -594,8 +594,8 @@ static int pxa3xx_gcu_probe(struct platform_device *pdev) ...@@ -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 * container_of(). This isn't really necessary as we have a fixed minor
* number anyway, but this is to avoid statics. */ * number anyway, but this is to avoid statics. */
priv->misc_dev.minor = PXA3XX_GCU_MINOR, priv->misc_dev.minor = PXA3XX_GCU_MINOR;
priv->misc_dev.name = DRV_NAME, priv->misc_dev.name = DRV_NAME;
priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops; priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops;
/* handle IO resources */ /* handle IO resources */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment