lkml.org 
[lkml]   [2005]   [Oct]   [17]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateMon, 17 Oct 2005 15:07:15 +0800
FromWU Fengguang <>
SubjectRe: 2.6.14-rc4-mm1
I come across a compile error:
drivers/video/nvidia/nv_setup.c: In function `NVCommonSetup':
drivers/video/nvidia/nv_setup.c:407: error: parse error before "do"
drivers/video/nvidia/nv_setup.c:407: error: parse error before ')' token

The context lines
in drivers/video/nvidia/nv_setup.c:

                if (nvidia_probe_i2c_connector(info, 1, &edidA))
                        nvidia_probe_of_connector(info, 1, &edidA);
in drivers/video/nvidia/nv_proto.h:

#define nvidia_probe_i2c_connector(p, c, edid) \
do {                                           \
        *(edid) = NULL;                        \
} while(0)              
...

#define nvidia_probe_of_connector(p, c, edid)  \
do {                                           \
        *(edid) = NULL;                        \
} while(0)

Regards,
Wu Fengguang
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-17 05:10    [W:0.272 / U:0.360 seconds]
©2003-2008 Jasper Spaans