diff options
author | Colin Ian King <[email protected]> | 2022-01-13 00:14:32 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-01-13 13:00:32 -0700 |
commit | 413ec8057bc3d368574abd05dd27e747063b2f59 (patch) | |
tree | 55114b4f2be2860949a4b1ec463614b93745f424 /net/lapb/lapb_timer.c | |
parent | 180dccb0dba4f5e84a4a70c1be1d34cbb6528b32 (diff) |
loop: remove redundant initialization of pointer node
The pointer node is being initialized with a value that is never
read, it is being re-assigned the same value a little futher on.
Remove the redundant initialization. Cleans up clang scan warning:
drivers/block/loop.c:823:19: warning: Value stored to 'node' during
its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions