Skip to content
Commit 0ecc6178 authored by Austin Kim's avatar Austin Kim Committed by Paul Moore
Browse files

audit: remove unnecessary 'ret' initialization



The variable 'ret' is set to 0 when declared.
The 'ret' is unused until it is set to 0 again.

So it had better remove unnecessary initialization.

Signed-off-by: default avatarAustin Kim <austin.kim@lge.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 6ddb5680
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment