Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fb: adv7393: add missing semicolon

Commit f8bd493456c3da372ae81ed8f6b903f6207b9d98 by Jingoo Han
introduced this problem. This makes bfin_adv7393fb.c failed to compile.

Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Scott Jiang and committed by
Tomi Valkeinen
0b479c3d 06f7d793

+1 -1
+1 -1
drivers/video/fbdev/bfin_adv7393fb.c
··· 408 408 /* Workaround "PPI Does Not Start Properly In Specific Mode" */ 409 409 if (ANOMALY_05000400) { 410 410 ret = gpio_request_one(P_IDENT(P_PPI0_FS3), GPIOF_OUT_INIT_LOW, 411 - "PPI0_FS3") 411 + "PPI0_FS3"); 412 412 if (ret) { 413 413 dev_err(&client->dev, "PPI0_FS3 GPIO request failed\n"); 414 414 ret = -EBUSY;