diff options
author | Sudip Mukherjee <[email protected]> | 2020-10-15 20:13:25 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-10-16 11:11:22 -0700 |
commit | ac05b7a1b48ba9fc79937a08db4c7131dba8fc5f (patch) | |
tree | a3ffd2f2f19223def0797b6c9e1286116a59b4b9 /scripts/gdb/linux/__init__.py | |
parent | 3f388f28639fd19d5bf6df7a882c94ccfbf49c2b (diff) |
kernel/relay.c: drop unneeded initialization
The variable 'consumed' is initialized with the consumed count but
immediately after that the consumed count is updated and assigned to
'consumed' again thus overwriting the previous value. So, drop the
unneeded initialization.
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/__init__.py')
0 files changed, 0 insertions, 0 deletions