diff options
| author | Colin Ian King <[email protected]> | 2017-10-14 15:38:56 +0000 |
|---|---|---|
| committer | Paul Moore <[email protected]> | 2017-10-16 22:40:09 +0000 |
| commit | 5794ed762ac2125299644494766704da94168ec0 (patch) | |
| tree | 7e222e02ea0f972eb3eafa3365bcde11f009559a /drivers/fpga/fpga-mgr.c | |
| parent | selinux: remove redundant assignment to len (diff) | |
| download | kernel-5794ed762ac2125299644494766704da94168ec0.tar.gz kernel-5794ed762ac2125299644494766704da94168ec0.zip | |
selinux: remove extraneous initialization of slots_used and max_chain_len
Variables slots_used and max_chain_len are being initialized to zero
twice. Remove the second set of initializations in the for loop.
Cleans up the clang warnings:
Value stored to 'slots_used' is never read
Value stored to 'max_chain_len' is never read
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions
