Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tipc: eliminate uninitialized variable warning
net/tipc/link.c: In function ‘tipc_link_timeout’: net/tipc/link.c:744:28: warning: ‘mtyp’ may be used uninitialized in this function [-Wuninitialized] Fixes: 42b18f6 ("tipc: refactor function tipc_link_timeout()") Acked-by: Jon Maloy <[email protected]> Signed-off-by: Ying Xue <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information