[PATCH] iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails

2014-11-02 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- drivers/iommu/ipmmu-vmsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index 7dab5cb..d25fa12 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers/iommu/ipmmu-vmsa.c @@

Re: [PATCH] iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails

2014-11-01 Thread Laurent Pinchart
Hi Axel, Thank you for the patch. On Saturday 01 November 2014 11:45:32 Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Joerg, could you please pick this patch up ? --- drivers/iommu/ipmmu-vmsa.c | 2 +- 1 file