linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix warning in tdfxfb.c
@ 2001-06-16 18:12 Steven Walter
       [not found] ` <E15BKmL-0008Q7-00@the-village.bc.nu>
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Walter @ 2001-06-16 18:12 UTC (permalink / raw)
  To: linux-kernel

This patch is obviously correct.  It doesn't appear that tdfxfb has a
maintainer, so I'm sending this patch to the list.  Nothing
earth-shattering, it just removes a warning during build.
-- 
-Steven
In a time of universal deceit, telling the truth is a revolutionary act.
			-- George Orwell

--- tdfxfb.c~	Sat Jun 16 13:09:08 2001
+++ tdfxfb.c	Sat Jun 16 13:09:21 2001
@@ -1892,7 +1892,7 @@
        ((pdev->device == PCI_DEVICE_ID_3DFX_BANSHEE) ||
 	(pdev->device == PCI_DEVICE_ID_3DFX_VOODOO3) ||
 	(pdev->device == PCI_DEVICE_ID_3DFX_VOODOO5))) {
-      char *name;
+      char *name = NULL;
 
       fb_info.dev   = pdev->device;
       switch (pdev->device) {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-06-16 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-16 18:12 [PATCH] fix warning in tdfxfb.c Steven Walter
     [not found] ` <E15BKmL-0008Q7-00@the-village.bc.nu>
2001-06-16 18:32   ` Steven Walter
     [not found]     ` <Pine.LNX.4.21.0106161452270.1755-100000@dignity.joshisanerd.com>
2001-06-16 20:10       ` Steven Walter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).