Skip to content

Commit

Permalink
fb: adv7393: add missing semicolon
Browse files Browse the repository at this point in the history
Commit f8bd493 by Jingoo Han
introduced this problem. This makes bfin_adv7393fb.c failed to compile.

Signed-off-by: Scott Jiang <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
Scott Jiang authored and tomba committed Jul 1, 2014
1 parent 06f7d79 commit 0b479c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/bfin_adv7393fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int bfin_adv7393_fb_probe(struct i2c_client *client,
/* Workaround "PPI Does Not Start Properly In Specific Mode" */
if (ANOMALY_05000400) {
ret = gpio_request_one(P_IDENT(P_PPI0_FS3), GPIOF_OUT_INIT_LOW,
"PPI0_FS3")
"PPI0_FS3");
if (ret) {
dev_err(&client->dev, "PPI0_FS3 GPIO request failed\n");
ret = -EBUSY;
Expand Down

0 comments on commit 0b479c3

Please sign in to comment.