Re: [PATCH] crypto: mxs-dcp: Fix platform_get_irq() error handling

2014-02-25 Thread Herbert Xu
On Fri, Feb 14, 2014 at 09:22:03AM +0100, Marek Vasut wrote: > On Friday, February 14, 2014 at 04:04:44 AM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > We should test the error case for each platform_get_irq() assignment and > > propagate the error accordingly. > > > > Signed-off-by: Fa

Re: [PATCH] crypto: mxs-dcp: Fix platform_get_irq() error handling

2014-02-14 Thread Marek Vasut
On Friday, February 14, 2014 at 04:04:44 AM, Fabio Estevam wrote: > From: Fabio Estevam > > We should test the error case for each platform_get_irq() assignment and > propagate the error accordingly. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Best regards, Marek Vasut -- To unsub

[PATCH] crypto: mxs-dcp: Fix platform_get_irq() error handling

2014-02-13 Thread Fabio Estevam
From: Fabio Estevam We should test the error case for each platform_get_irq() assignment and propagate the error accordingly. Signed-off-by: Fabio Estevam --- drivers/crypto/mxs-dcp.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/mxs-dcp.c b/driver