mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 02:36:02 +00:00
crypto: s5p-sss - remove unneeded local variable initialization
The initialization of 'err' local variable is not needed as it is shortly after overwritten. Addresses-Coverity: Unused value Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
6b238db737
commit
3d3b3a0067
@ -2156,7 +2156,7 @@ static struct skcipher_alg algs[] = {
|
||||
static int s5p_aes_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct device *dev = &pdev->dev;
|
||||
int i, j, err = -ENODEV;
|
||||
int i, j, err;
|
||||
const struct samsung_aes_variant *variant;
|
||||
struct s5p_aes_dev *pdata;
|
||||
struct resource *res;
|
||||
|
Loading…
Reference in New Issue
Block a user