Thread (20 messages) 20 messages, 7 authors, 2017-10-12
STALE3150d

[PATCH 09/10] driver:video: return -ENOMEM on allocation failure.

From: Allen Pais <hidden>
Date: 2017-09-13 07:33:17
Also in: dri-devel, linux-btrfs, linux-crypto, linux-fbdev, linux-scsi, lkml, nouveau, target-devel
Subsystem: framebuffer layer, matrox framebuffer driver, the rest · Maintainers: Helge Deller, Linus Torvalds

Signed-off-by: Allen Pais <redacted>
---
 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/matrox/matroxfb_base.c b/drivers/video/fbdev/matrox/matroxfb_base.c
index f6a0b9a..5cd238d 100644
--- a/drivers/video/fbdev/matrox/matroxfb_base.c
+++ b/drivers/video/fbdev/matrox/matroxfb_base.c
@@ -2058,7 +2058,7 @@ static int matroxfb_probe(struct pci_dev* pdev, const struct pci_device_id* dumm
 
 	minfo = kzalloc(sizeof(*minfo), GFP_KERNEL);
 	if (!minfo)
-		return -1;
+		return -ENOMEM;
 
 	minfo->pcidev = pdev;
 	minfo->dead = 0;
-- 
2.7.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help