summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-omap/files/xf86-video-omap-0.4.5-null-dereference.patch
blob: 8345a53105b5be44ff9a08071113c2e889b5153a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://sources.debian.org/patches/xf86-video-omap/0.4.5-1.1/null-dereference.patch/
https://bugs.gentoo.org/707358
--- a/src/omap_driver.c
+++ v/src/omap_driver.c
@@ -542,7 +542,7 @@ OMAPPreInit(ScrnInfoPtr pScrn, int flags
 	}
 
 	if (!pScrn->chipset) {
-		ERROR_MSG("Unknown chipset: %s", pScrn->chipset);
+		ERROR_MSG("Unknown chipset");
 		goto fail;
 	}