Loading drivers/crypto/msm/qcrypto.c +6 −0 Original line number Diff line number Diff line Loading @@ -4010,6 +4010,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4043,6 +4044,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4079,6 +4081,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->sha_alg.halg.base.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4115,6 +4118,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4153,6 +4157,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->sha_alg.halg.base.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4189,6 +4194,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading
drivers/crypto/msm/qcrypto.c +6 −0 Original line number Diff line number Diff line Loading @@ -4010,6 +4010,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4043,6 +4044,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4079,6 +4081,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->sha_alg.halg.base.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4115,6 +4118,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4153,6 +4157,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->sha_alg.halg.base.cra_name); kfree(q_alg); goto err; } } Loading Loading @@ -4189,6 +4194,7 @@ static int _qcrypto_probe(struct platform_device *pdev) dev_err(&pdev->dev, "The algorithm name %s is too long.\n", q_alg->cipher_alg.cra_name); kfree(q_alg); goto err; } } Loading