Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci fix a typo



details:   https://anonhg.NetBSD.org/src/rev/be9b974bda0a
branches:  trunk
changeset: 757910:be9b974bda0a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Oct 02 23:50:04 2010 +0000

description:
fix a typo

diffstat:

 sys/dev/pci/machfb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c5c9a8ace30f -r be9b974bda0a sys/dev/pci/machfb.c
--- a/sys/dev/pci/machfb.c      Sat Oct 02 22:54:47 2010 +0000
+++ b/sys/dev/pci/machfb.c      Sat Oct 02 23:50:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machfb.c,v 1.59 2010/05/04 05:07:14 macallan Exp $     */
+/*     $NetBSD: machfb.c,v 1.60 2010/10/02 23:50:04 macallan Exp $     */
 
 /*
  * Copyright (c) 2002 Bang Jun-Young
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 __KERNEL_RCSID(0, 
-       "$NetBSD: machfb.c,v 1.59 2010/05/04 05:07:14 macallan Exp $");
+       "$NetBSD: machfb.c,v 1.60 2010/10/02 23:50:04 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -584,7 +584,7 @@
        prop_dictionary_get_uint32(device_properties(self), "width", &width);
        prop_dictionary_get_uint32(device_properties(self), "height", &height);
 
-       if ((edid_data = prop_dictionary_get(device_properties(self), "EDIDDD"))
+       if ((edid_data = prop_dictionary_get(device_properties(self), "EDID"))
            != NULL) {
                struct edid_info ei;
 



Home | Main Index | Thread Index | Old Index