Re: [PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-30 Thread Gustavo A. R. Silva
Quoting Sergei Shtylyov : On 06/30/2017 08:03 AM, Gustavo A. R. Silva wrote: Propagate the return value of platform_get_irq on failure. Needs the same explanations as the sata_rcar patch. Yep, I already sent v2 a minute ago. Thanks! -- Gustavo A.

Re: [PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-30 Thread Gustavo A. R. Silva
Quoting Sergei Shtylyov : On 06/30/2017 08:03 AM, Gustavo A. R. Silva wrote: Propagate the return value of platform_get_irq on failure. Needs the same explanations as the sata_rcar patch. Yep, I already sent v2 a minute ago. Thanks! -- Gustavo A. R. Silva

Re: [PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-30 Thread Sergei Shtylyov
On 06/30/2017 08:03 AM, Gustavo A. R. Silva wrote: Propagate the return value of platform_get_irq on failure. Needs the same explanations as the sata_rcar patch. Signed-off-by: Gustavo A. R. Silva [...] MBR, Sergei

Re: [PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-30 Thread Sergei Shtylyov
On 06/30/2017 08:03 AM, Gustavo A. R. Silva wrote: Propagate the return value of platform_get_irq on failure. Needs the same explanations as the sata_rcar patch. Signed-off-by: Gustavo A. R. Silva [...] MBR, Sergei

[PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-29 Thread Gustavo A. R. Silva
Propagate the return value of platform_get_irq on failure. Signed-off-by: Gustavo A. R. Silva --- drivers/ata/sata_highbank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c index

[PATCH] sata_highbank: fix error return code in ahci_highbank_probe()

2017-06-29 Thread Gustavo A. R. Silva
Propagate the return value of platform_get_irq on failure. Signed-off-by: Gustavo A. R. Silva --- drivers/ata/sata_highbank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c index aafb8cc..2fc451c 100644 ---