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:
Родитель
6b238db737
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче