Re: [PATCH 1/4] crypto: caam - fix ERA property reading

2015-07-20 Thread Herbert Xu
On Fri, Jul 17, 2015 at 04:54:51PM +0300, Horia Geantă wrote: > From: Alex Porosanu > > In order to ensure that the ERA property is properly read from DT > on all platforms, of_property_read* function needs to be used. > > Signed-off-by: Alex Porosanu > Signed-off-by: Horia Geantă All applied

[PATCH 1/4] crypto: caam - fix ERA property reading

2015-07-17 Thread Horia Geantă
From: Alex Porosanu In order to ensure that the ERA property is properly read from DT on all platforms, of_property_read* function needs to be used. Signed-off-by: Alex Porosanu Signed-off-by: Horia Geantă --- drivers/crypto/caam/ctrl.c | 14 +++--- 1 file changed, 7 insertions(+), 7