Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd04a6b3 authored by Roel Kluin's avatar Roel Kluin Committed by Linus Torvalds
Browse files

drivers/video/da8xx-fb.c: fix error return



The return should be negative on errors

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b6b24c73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ static int __init fb_probe(struct platform_device *device)

	if (i == ARRAY_SIZE(known_lcd_panels)) {
		dev_err(&device->dev, "GLCD: No valid panel found\n");
		ret = ENODEV;
		ret = -ENODEV;
		goto err_clk_disable;
	} else
		dev_info(&device->dev, "GLCD: Found %s panel\n",