commit | 74e8ce34ae300d899cd2346065c6d85253f15701 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 01:08:32 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 02 17:11:03 2014 -0700 |
tree | 2c8b8b3fe7a28167b38dd9b273ef4b4bad46d2b7 | |
parent | c65a9656f18d2db52dedf86b294546da91408c41 [diff] |
atm: fore200e.c: Cleaning up uninitialized variables There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: David S. Miller <davem@davemloft.net>