Thread (2 messages) 2 messages, 2 authors, 2017-12-29
STALE3133d

[PATCH] video/fbdev/wm8505fb: Delete an error message for a failed memory allocation in wm8505fb_pro

From: SF Markus Elfring <hidden>
Date: 2017-11-24 19:31:04
Also in: dri-devel, kernel-janitors, linux-arm-kernel, lkml
Subsystem: arm/vt8500 arm architecture, framebuffer layer, the rest · Maintainers: Alexey Charkov, Krzysztof Kozlowski, Helge Deller, Linus Torvalds

From: Markus Elfring <redacted>
Date: Fri, 24 Nov 2017 20:22:10 +0100

Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <redacted>
---
 drivers/video/fbdev/wm8505fb.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c
index 253ffe9baab2..8f0d5379861d 100644
--- a/drivers/video/fbdev/wm8505fb.c
+++ b/drivers/video/fbdev/wm8505fb.c
@@ -276,10 +276,8 @@ static int wm8505fb_probe(struct platform_device *pdev)
 
 	fbi = devm_kzalloc(&pdev->dev, sizeof(struct wm8505fb_info) +
 			sizeof(u32) * 16, GFP_KERNEL);
-	if (!fbi) {
-		dev_err(&pdev->dev, "Failed to initialize framebuffer device\n");
+	if (!fbi)
 		return -ENOMEM;
-	}
 
 	strcpy(fbi->fb.fix.id, DRIVER_NAME);
 
-- 
2.15.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help