]> git.baikalelectronics.ru Git - kernel.git/commit
[CONNECTOR]: Fix a spurious kfree_skb() call
authorMichal Januszewski <spock@gentoo.org>
Wed, 31 Oct 2007 03:41:49 +0000 (20:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 04:29:47 +0000 (21:29 -0700)
commit5921d4d1b5d42c06946247ab505ac304d8fed929
treec1a1c5e57339fe7f9d2a9efad92d949eecedf366
parent6acd5d1a17fb446719ec34d2ad94d3a8f136fcf2
[CONNECTOR]: Fix a spurious kfree_skb() call

Remove a spurious call to kfree_skb() in the connector rx_skb handler.

This fixes a regression introduced by the '[NET]: make netlink user ->
kernel interface synchronious' patch (153cbc11b7536abcba1770c3abe0fd2306c51103)

Signed-off-by: Michal Januszewski <spock@gentoo.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/connector/connector.c