Re: [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Rafael J. Wysocki
On Wed, Jun 29, 2016 at 11:19 PM, Sinan Kaya wrote: > On 6/29/2016 5:14 PM, Rafael J. Wysocki wrote: >> On Wed, Jun 29, 2016 at 8:29 PM, Sinan Kaya wrote: >>> On 6/29/2016 9:16 AM, Rafael J. Wysocki wrote: > Signed-off-by: Sinan Kaya Well, this is a rather obvious one, so I'm wondering

Re: [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Sinan Kaya
On 6/29/2016 5:14 PM, Rafael J. Wysocki wrote: > On Wed, Jun 29, 2016 at 8:29 PM, Sinan Kaya wrote: >> On 6/29/2016 9:16 AM, Rafael J. Wysocki wrote: Signed-off-by: Sinan Kaya >>> Well, this is a rather obvious one, so I'm wondering why it is the >>> last one in the series? >>> >> >> The fir

Re: [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Rafael J. Wysocki
On Wed, Jun 29, 2016 at 8:29 PM, Sinan Kaya wrote: > On 6/29/2016 9:16 AM, Rafael J. Wysocki wrote: >>> Signed-off-by: Sinan Kaya >> Well, this is a rather obvious one, so I'm wondering why it is the >> last one in the series? >> > > The first three are more relevant to each other. It makes easy

Re: [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Sinan Kaya
On 6/29/2016 9:16 AM, Rafael J. Wysocki wrote: >> Signed-off-by: Sinan Kaya > Well, this is a rather obvious one, so I'm wondering why it is the > last one in the series? > The first three are more relevant to each other. It makes easy to correlate the changes. -- Sinan Kaya Qualcomm Technolog

Re: [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Rafael J. Wysocki
On Wed, Jun 29, 2016 at 10:27 AM, Sinan Kaya wrote: > The omitted parenthesis prevents the addition operation when > acpi_penalize_isa_irq function is called. > > Signed-off-by: Sinan Kaya Well, this is a rather obvious one, so I'm wondering why it is the last one in the series? > --- > driver

[PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

2016-06-29 Thread Sinan Kaya
The omitted parenthesis prevents the addition operation when acpi_penalize_isa_irq function is called. Signed-off-by: Sinan Kaya --- drivers/acpi/pci_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c index 8c08971..c983bf