diff options
author | Colin Ian King <[email protected]> | 2022-04-22 12:04:18 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2022-04-25 15:02:57 +0200 |
commit | 1adb4d7ad3a585b451f5cf6b0a90c5917af3eac5 (patch) | |
tree | 6dfe644664d5d36d8dd1047c96a572a1625a4034 /lib/mpi/mpi-sub-ui.c | |
parent | c48c8b829d2b966a6649827426bcdba082ccf922 (diff) |
genirq/matrix: Remove redundant assignment to variable 'end'
Variable end is being initialized with a value that is never read, it
is being re-assigned later with the same value. The initialization is
redundant and can be removed.
Cleans up clang scan build warning:
kernel/irq/matrix.c:289:25: warning: Value stored to 'end' during its
initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Tom Rix <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions