Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1540093 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-12-12 01:00 +0100 |
| Last post | 2016-12-12 10:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the hid tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-12 01:00 +0100
Re: linux-next: build failure after merge of the hid tree Jiri Kosina <jikos@kernel.org> - 2016-12-12 10:00 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-12-12 01:00 +0100 |
| Subject | linux-next: build failure after merge of the hid tree |
| Message-ID | <sNmca-5qm-7@gated-at.bofh.it> |
Hi Jiri,
After merging the hid tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/hid/i2c-hid/i2c-hid.c: In function 'i2c_hid_start':
drivers/hid/i2c-hid/i2c-hid.c:773:19: error: 'struct i2c_hid' has no member named 'irq'
disable_irq(ihid->irq);
^
drivers/hid/i2c-hid/i2c-hid.c:777:18: error: 'struct i2c_hid' has no member named 'irq'
enable_irq(ihid->irq);
^
Caused by commit
de3c99488609 ("HID: i2c-hid: Disable IRQ before freeing buffers")
interacting with commit
ba18a9314a94 ("Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts"")
from earlier in the same tree!
I have used the hid tree from next-20161209 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Date | 2016-12-12 10:00 +0100 |
| Message-ID | <sNuCK-294-25@gated-at.bofh.it> |
| In reply to | #1540093 |
On Mon, 12 Dec 2016, Stephen Rothwell wrote:
> Hi Jiri,
>
> After merging the hid tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/hid/i2c-hid/i2c-hid.c: In function 'i2c_hid_start':
> drivers/hid/i2c-hid/i2c-hid.c:773:19: error: 'struct i2c_hid' has no member named 'irq'
> disable_irq(ihid->irq);
> ^
> drivers/hid/i2c-hid/i2c-hid.c:777:18: error: 'struct i2c_hid' has no member named 'irq'
> enable_irq(ihid->irq);
> ^
>
> Caused by commit
>
> de3c99488609 ("HID: i2c-hid: Disable IRQ before freeing buffers")
>
> interacting with commit
>
> ba18a9314a94 ("Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts"")
>
> from earlier in the same tree!
>
> I have used the hid tree from next-20161209 for today.
I've now pushed out fixed for-next branch. Thanks,
--
Jiri Kosina
SUSE Labs
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web