Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc/sem: 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] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Michal Orzel <[email protected]> Reviewed-by: Tom Rix <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Cc: Nick Desaulniers <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
- Loading branch information