Thread (29 messages) 29 messages, 5 authors, 2015-05-25

Re: [PATCH v3 3/5] ata: add Broadcom AHCI SATA3 driver for STB chips

From: Tejun Heo <tj@kernel.org>
Date: 2015-05-21 22:21:09
Also in: linux-arm-kernel, linux-devicetree, lkml

On Thu, May 21, 2015 at 07:16:07PM -0300, Fabio Estevam wrote:
On Tue, May 12, 2015 at 8:28 PM, Brian Norris
[off-list ref] wrote:
quoted
+       res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "ahci");
+       ahci = devm_ioremap_resource(&pdev->dev, res);
+       if (IS_ERR(ahci))
+               return 0;
You should propagate 'return PTR_ERR(ahci)' instead.
Brian, can you please update the patch?

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help