diff options
author | Colin Ian King <[email protected]> | 2024-02-15 14:01:06 +0000 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2024-02-26 11:26:28 +0100 |
commit | 2416a2e7be9b27157f173268f5c7f769bd72a8dc (patch) | |
tree | 7af5ac7ced8d528e14687ea398cc0ddab41acea6 /tools/perf/util/trace-event-scripting.c | |
parent | f1d00496a15bcdfe54bdb54cf1e7f207d6ad9b79 (diff) |
mtd: chips: remove redundant assignment to variable timeo
In two functions the variable timeo is being initialized with a value
that is never read, it is being re-assigned later on. The initializations
are redundant and can be removed.
Cleans up clang scan build warning:
warning: Value stored to 'timeo' during its initialization is never
read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions