Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ATM] firestream: Fix uninitialized var warning.
All code paths set tmc0 in some way, but GCC can't see that for some reason. Explicitly initialize to zero. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information