commit | 6f288cc52f478e6f58d96158e7cd857fedb6d111 | [log] [tgz] |
---|---|---|
author | Abhilash K V <abhilash.kv@ti.com> | Tue Aug 23 03:05:48 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 26 12:48:24 2011 -0400 |
tree | b4d145d3b0de634f502f50f89febe193a1f93dee | |
parent | 69558eeeaba7d79364bb9ac4743dc1ad209508b7 [diff] |
can: ti_hecc: Fix unintialized variable In ti_hecc_xmit(), local variable "data" is not initialized before being used. This initialization got inadvertently removed in the following patch: can: Unify droping of invalid tx skbs and netdev stats Acked-by: Anant Gole <anantgole@ti.com> Signed-off-by: Abhilash K V <abhilash.kv@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>