Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671380 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-06-21 08:10 +0200 |
| Last post | 2017-06-21 09:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-21 08:10 +0200
Re: linux-next: build failure after merge of the gpio tree Jisheng Zhang <jszhang@marvell.com> - 2017-06-21 08:20 +0200
Re: linux-next: build failure after merge of the gpio tree Linus Walleij <linus.walleij@linaro.org> - 2017-06-21 09:50 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-06-21 08:10 +0200 |
| Subject | linux-next: build failure after merge of the gpio tree |
| Message-ID | <tUGZY-2ml-9@gated-at.bofh.it> |
Hi Linus,
After merging the gpio tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_set_type':
drivers/gpio/gpio-dwapb.c:291:2: error: stray '\357' in program
if (type != IRQ_TYPE_EDGE_BOTH)
^
drivers/gpio/gpio-dwapb.c:291:2: error: stray '\274' in program
drivers/gpio/gpio-dwapb.c:291:2: error: stray '\210' in program
drivers/gpio/gpio-dwapb.c:291:8: error: expected '(' before 'type'
if (type != IRQ_TYPE_EDGE_BOTH)
^
drivers/gpio/gpio-dwapb.c:291:8: warning: statement with no effect [-Wunused-value]
drivers/gpio/gpio-dwapb.c:291:8: error: stray '\357' in program
drivers/gpio/gpio-dwapb.c:291:8: error: stray '\274' in program
drivers/gpio/gpio-dwapb.c:291:8: error: stray '\211' in program
Caused by commit
a9d21d8da766 ("gpio: dwapb: fix missing first irq for edgeboth irq type")
It looks like those '(' ')' chars are not what they seem ...
I have used the gpio tree from next-20170620 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Date | 2017-06-21 08:20 +0200 |
| Message-ID | <tUH9E-2pq-17@gated-at.bofh.it> |
| In reply to | #1671380 |
On Wed, 21 Jun 2017 16:09:34 +1000
Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Linus,
>
> After merging the gpio tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_set_type':
> drivers/gpio/gpio-dwapb.c:291:2: error: stray '\357' in program
> if (type != IRQ_TYPE_EDGE_BOTH)
> ^
> drivers/gpio/gpio-dwapb.c:291:2: error: stray '\274' in program
> drivers/gpio/gpio-dwapb.c:291:2: error: stray '\210' in program
> drivers/gpio/gpio-dwapb.c:291:8: error: expected '(' before 'type'
> if (type != IRQ_TYPE_EDGE_BOTH)
> ^
> drivers/gpio/gpio-dwapb.c:291:8: warning: statement with no effect [-Wunused-value]
> drivers/gpio/gpio-dwapb.c:291:8: error: stray '\357' in program
> drivers/gpio/gpio-dwapb.c:291:8: error: stray '\274' in program
> drivers/gpio/gpio-dwapb.c:291:8: error: stray '\211' in program
oops, I see this error as well, Xiaoguang uses Chinese "()" instead of
ASII "()", I fixed it locally but I forget to mention it.
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-06-21 09:50 +0200 |
| Message-ID | <tUIyJ-3cM-13@gated-at.bofh.it> |
| In reply to | #1671380 |
On Wed, Jun 21, 2017 at 8:09 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> It looks like those '(' ')' chars are not what they seem ...
No the owls are not what they seem. I went in and fixed the
unicode weirdness, thanks!
Pretty hard to see this one since I can't see it.
Yours,
Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web