Re: [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-12-15 Thread Ulf Hansson
On 19 November 2017 at 05:52, Arvind Yadav wrote: > platform_get_irq() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Thanks, applied for next! Kind regards Uffe > --- > changes in v2 : >

Re: [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-12-15 Thread Ulf Hansson
On 19 November 2017 at 05:52, Arvind Yadav wrote: > platform_get_irq() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Thanks, applied for next! Kind regards Uffe > --- > changes in v2 : > Add failure case '<= 0' instead of '< 0'. IRQ0 is not

Re: [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-11-22 Thread Adrian Hunter
On 19/11/17 06:52, Arvind Yadav wrote: > platform_get_irq() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Acked-by: Adrian Hunter > --- > changes in v2 : > Add failure case '<= 0' instead of

Re: [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-11-22 Thread Adrian Hunter
On 19/11/17 06:52, Arvind Yadav wrote: > platform_get_irq() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Acked-by: Adrian Hunter > --- > changes in v2 : > Add failure case '<= 0' instead of '< 0'. IRQ0 is not valid. > changes in v3 : >

[PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-11-18 Thread Arvind Yadav
platform_get_irq() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- changes in v2 : Add failure case '<= 0' instead of '< 0'. IRQ0 is not valid. changes in v3 : return -EINVAL instead of host->irq.

[PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq

2017-11-18 Thread Arvind Yadav
platform_get_irq() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- changes in v2 : Add failure case '<= 0' instead of '< 0'. IRQ0 is not valid. changes in v3 : return -EINVAL instead of host->irq. drivers/mmc/host/sdhci-acpi.c | 4