forked from Minki/linux
fb: adv7393: add missing semicolon
Commit f8bd493456
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>
This commit is contained in:
parent
06f7d79317
commit
0b479c3db6
@ -408,7 +408,7 @@ static int bfin_adv7393_fb_probe(struct i2c_client *client,
|
|||||||
/* Workaround "PPI Does Not Start Properly In Specific Mode" */
|
/* Workaround "PPI Does Not Start Properly In Specific Mode" */
|
||||||
if (ANOMALY_05000400) {
|
if (ANOMALY_05000400) {
|
||||||
ret = gpio_request_one(P_IDENT(P_PPI0_FS3), GPIOF_OUT_INIT_LOW,
|
ret = gpio_request_one(P_IDENT(P_PPI0_FS3), GPIOF_OUT_INIT_LOW,
|
||||||
"PPI0_FS3")
|
"PPI0_FS3");
|
||||||
if (ret) {
|
if (ret) {
|
||||||
dev_err(&client->dev, "PPI0_FS3 GPIO request failed\n");
|
dev_err(&client->dev, "PPI0_FS3 GPIO request failed\n");
|
||||||
ret = -EBUSY;
|
ret = -EBUSY;
|
||||||
|
Loading…
Reference in New Issue
Block a user