Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268020
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] acpi: add support for extended IRQ to PCI link |
| Date | 2015-11-12 16:20 +0100 |
| Message-ID | <qu1Pj-27m-3@gated-at.bofh.it> (permalink) |
| References | <qtToJ-5fA-7@gated-at.bofh.it> <qtToJ-5fA-5@gated-at.bofh.it> <qtWPE-7f8-17@gated-at.bofh.it> <qu1FE-240-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Nov 12, 2015 at 5:04 PM, Sinan Kaya <okaya@codeaurora.org> wrote:
> On 11/12/2015 4:56 AM, Andy Shevchenko wrote:
>> On Thu, Nov 12, 2015 at 8:14 AM, Sinan Kaya <okaya@codeaurora.org> wrote:
>>> - if (acpi_irq_balance || !link->irq.active) {
>>> + if ((acpi_irq_balance || !link->irq.active) && (irq < ACPI_MAX_IRQS)) {
>>> /*
>>
>>> - * Select the best IRQ. This is done in reverse to promote
>>> - * the use of IRQs 9, 10, 11, and >15.
>>> + * Select the best IRQ. This is done in reverse to
>>> + * promote the use of IRQs 9, 10, 11, and >15.
>>
>> What was changed here?
>
> See your comments here.
> https://lkml.org/lkml/2015/11/8/231
So, you refer to narrow commentary blocks, right?
It was about *new* code, leave as is what was before your patch series.
--
With Best Regards,
Andy Shevchenko
--
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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] acpi: add support for extended IRQ to PCI link Sinan Kaya <okaya@codeaurora.org> - 2015-11-12 07:20 +0100
Re: [PATCH] acpi: add support for extended IRQ to PCI link Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-11-12 11:00 +0100
Re: [PATCH] acpi: add support for extended IRQ to PCI link Sinan Kaya <okaya@codeaurora.org> - 2015-11-12 16:10 +0100
Re: [PATCH] acpi: add support for extended IRQ to PCI link Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-11-12 16:20 +0100
Re: [PATCH] acpi: add support for extended IRQ to PCI link Timur Tabi <timur@codeaurora.org> - 2015-11-12 17:00 +0100
Re: [PATCH] acpi: add support for extended IRQ to PCI link okaya@codeaurora.org - 2015-11-12 17:00 +0100
csiph-web