Re: [PATCH] crypto: inside-secure - Made .cra_priority value a define

2019-09-04 Thread Herbert Xu
Pascal van Leeuwen wrote: > Instead of having a fixed value (of 300) all over the place, the value for > for .cra_priority is now made into a define (SAFEXCEL_CRA_PRIORITY). > This makes it easier to play with, e.g. during development. > > Signed-off-by: Pascal van Leeuwen > --- > drivers/crypto

[PATCH] crypto: inside-secure - Made .cra_priority value a define

2019-08-30 Thread Pascal van Leeuwen
Instead of having a fixed value (of 300) all over the place, the value for for .cra_priority is now made into a define (SAFEXCEL_CRA_PRIORITY). This makes it easier to play with, e.g. during development. Signed-off-by: Pascal van Leeuwen --- drivers/crypto/inside-secure/safexcel.h| 3 ++