]> Git Repo - linux.git/commit
smack: Remove redundant assignments
authorMichal Orzel <[email protected]>
Thu, 31 Mar 2022 17:33:58 +0000 (19:33 +0200)
committerCasey Schaufler <[email protected]>
Mon, 23 May 2022 18:12:08 +0000 (11:12 -0700)
commiteaff451d4b7c86e3db3c03611426f5ce1d3826fd
treea4ab702c757683cf1107e3595de903180af88b22
parent4b0986a3613c92f4ec1bdc7f60ec66fea135991f
smack: Remove redundant assignments

Get rid of redundant assignments which end up in values not being
read either because they are overwritten or the function ends.

Reported by clang-tidy [deadcode.DeadStores]

Signed-off-by: Michal Orzel <[email protected]>
Signed-off-by: Casey Schaufler <[email protected]>
security/smack/smackfs.c
This page took 0.058152 seconds and 4 git commands to generate.