commit | d41a95e04ae80b77ddc186d0d97e6b439684adb8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 28 16:19:26 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 28 16:19:26 2008 -0700 |
tree | 0b2c2475d0e8c1add086f627848d13e1a2b345af | |
parent | d5fb2962c6157495e1365e4f30568ed3830d35a7 [diff] |
[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>