https://github.com/torvalds/linux
Revision 6f288cc52f478e6f58d96158e7cd857fedb6d111 authored by Abhilash K V on 23 August 2011, 03:05:48 UTC, committed by David S. Miller on 26 August 2011, 16:48:24 UTC
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>
1 parent 69558ee
History
Tip revision: 6f288cc52f478e6f58d96158e7cd857fedb6d111 authored by Abhilash K V on 23 August 2011, 03:05:48 UTC
can: ti_hecc: Fix unintialized variable
Tip revision: 6f288cc
File Mode Size
.gitignore -rw-r--r-- 42 bytes
Makefile -rw-r--r-- 348 bytes
genksyms.c -rw-r--r-- 22.4 KB
genksyms.h -rw-r--r-- 2.6 KB
keywords.gperf -rw-r--r-- 1.6 KB
keywords.hash.c_shipped -rw-r--r-- 8.1 KB
lex.l -rw-r--r-- 8.4 KB
lex.lex.c_shipped -rw-r--r-- 56.2 KB
parse.tab.c_shipped -rw-r--r-- 69.4 KB
parse.tab.h_shipped -rw-r--r-- 2.9 KB
parse.y -rw-r--r-- 10.8 KB

back to top