From: Li Zefan Date: Fri, 4 Jan 2008 09:55:01 +0000 (-0800) Subject: [CONNECTOR]: clean up {,__}cn_rx_skb() X-Git-Tag: v2.6.25-rc1~1162^2~873 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00f5e06c032507206c4ac0c846ad82b75ae7665b;p=pandora-kernel.git [CONNECTOR]: clean up {,__}cn_rx_skb() - __cn_rx_skb() does nothing but calls cn_call_callback(), it doesn't check skb and msg sizes as the comment suggests, but cn_rx_skb() checks those sizes. - In cn_rx_skb() Local variable 'len' is not used. 'len' is probably intended to be passed to skb_pull(), but here skb_pull() is not needed, instead skb_free() is called. Signed-off-by: Li Zefan Signed-off-by: David S. Miller --- Reading git-diff-tree failed