Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-15 Thread Bjorn Helgaas
On Thu, Jun 01, 2017 at 03:51:45PM +0530, Arvind Yadav wrote: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Applied with ack/reviewed-by from Shawn and Heiko to pci/host-rockchip for v4.13, thanks! I had to

Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-15 Thread Bjorn Helgaas
On Thu, Jun 01, 2017 at 03:51:45PM +0530, Arvind Yadav wrote: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav Applied with ack/reviewed-by from Shawn and Heiko to pci/host-rockchip for v4.13, thanks! I had to apply it manually because of

Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-02 Thread Heiko Stuebner
Am Donnerstag, 1. Juni 2017, 15:51:45 CEST schrieb Arvind Yadav: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav looks good, but you may want to include Bjorn Helgaas who is the

Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-02 Thread Heiko Stuebner
Am Donnerstag, 1. Juni 2017, 15:51:45 CEST schrieb Arvind Yadav: > clk_prepare_enable() can fail here and we must check its return value. > > Signed-off-by: Arvind Yadav looks good, but you may want to include Bjorn Helgaas who is the maintainer of the pci subsystem and would be the one to

Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-02 Thread Shawn Lin
Hi, 在 2017/6/1 18:21, Arvind Yadav 写道: clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav Acked-by: Shawn Lin --- drivers/pci/host/pcie-rockchip.c | 34

Re: [PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-02 Thread Shawn Lin
Hi, 在 2017/6/1 18:21, Arvind Yadav 写道: clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav Acked-by: Shawn Lin --- drivers/pci/host/pcie-rockchip.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-)

[PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-01 Thread Arvind Yadav
clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/pci/host/pcie-rockchip.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git

[PATCH] PCI: rockchip: Handle return value of clk_prepare_enable

2017-06-01 Thread Arvind Yadav
clk_prepare_enable() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/pci/host/pcie-rockchip.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/drivers/pci/host/pcie-rockchip.c