
16 Apr
2017
16 Apr
'17
9:34 p.m.
On 15 April 2017 at 08:37, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
'A || (!A && B)' is equivalent to 'A || B'. Let's reduce the complexity of the statement in start_jr0().
The problem was indicated by cppcheck.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
drivers/crypto/fsl/jr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org