mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: WU Fengguang <wfg@mail.ustc.edu.cn>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.14-rc4-mm1
Date: Mon, 17 Oct 2005 15:07:15 +0800	[thread overview]
Message-ID: <20051017070715.GA3976@mail.ustc.edu.cn> (raw)
In-Reply-To: <20051010172631.59d98198.akpm@osdl.org>

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

       reply	other threads:[~2005-10-17  7:07 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20051006082231.GA21800@elte.hu>
     [not found] ` <20051010172631.59d98198.akpm@osdl.org>
2005-10-17  7:07   ` WU Fengguang [this message]
     [not found] <fa.h4unqgj.l34e31@ifi.uio.no>
2005-10-17  6:19 ` 2.6.14-rc4-mm1 Reuben Farrelly
2005-10-16 22:41 2.6.14-rc4-mm1 Andrew Morton
2005-10-17  0:13 ` 2.6.14-rc4-mm1 Michal Piotrowski
2005-10-17  3:19   ` 2.6.14-rc4-mm1 Andrew Morton
2005-10-17  6:03     ` 2.6.14-rc4-mm1 Michal Piotrowski
2005-10-17  6:42     ` 2.6.14-rc4-mm1 Michal Piotrowski
2005-10-17  7:47     ` 2.6.14-rc4-mm1 Russell King
2005-10-17  0:46 ` 2.6.14-rc4-mm1 Con Kolivas
2005-10-17  7:10 ` 2.6.14-rc4-mm1 MAEDA Naoaki
2005-10-17 12:21 ` 2.6.14-rc4-mm1 Brice Goglin
2005-10-17 20:22   ` 2.6.14-rc4-mm1 Andrew Morton
2005-10-17 21:27     ` 2.6.14-rc4-mm1 Vojtech Pavlik
2005-10-17 21:39       ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-17 21:48         ` 2.6.14-rc4-mm1 Greg KH
2005-10-17 21:58           ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-18  6:42             ` 2.6.14-rc4-mm1 Greg KH
2005-10-18  6:39         ` 2.6.14-rc4-mm1 Vojtech Pavlik
2005-10-18  6:44           ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-18  6:58     ` 2.6.14-rc4-mm1 Greg KH
2005-10-18  7:09       ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-18  7:17         ` 2.6.14-rc4-mm1 Greg KH
2005-10-18  7:22           ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-18  7:38             ` 2.6.14-rc4-mm1 Greg KH
2005-10-18  7:30       ` 2.6.14-rc4-mm1 Brice Goglin
2005-10-18  7:40         ` 2.6.14-rc4-mm1 Greg KH
2005-10-18  8:26           ` 2.6.14-rc4-mm1 Brice Goglin
2005-10-19  3:44             ` 2.6.14-rc4-mm1 Greg KH
2005-10-19  3:58               ` 2.6.14-rc4-mm1 Dmitry Torokhov
2005-10-17 20:44   ` 2.6.14-rc4-mm1 Greg KH
2005-10-17 22:06     ` 2.6.14-rc4-mm1 Brice Goglin
2005-10-19 14:04 ` 2.6.14-rc4-mm1 Alexandre Buisse
2005-10-19 15:52   ` 2.6.14-rc4-mm1 Jiri Slaby
2005-10-19 15:04     ` 2.6.14-rc4-mm1 Alexandre Buisse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051017070715.GA3976@mail.ustc.edu.cn \
    --to=wfg@mail.ustc.edu.cn \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome