git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69558ee
)
can: ti_hecc: Fix unintialized variable
author
Abhilash K V
<abhilash.kv@ti.com>
Tue, 23 Aug 2011 03:05:48 +0000
(
03:05
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Aug 2011 16:48:24 +0000
(12:48 -0400)
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>
No differences found