From: Ahmed S. Darwish Date: Sun, 11 Jan 2015 20:49:52 +0000 (-0500) Subject: can: kvaser_usb: Don't dereference skb after a netif_rx() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~255^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58518ccf39f86f898a65201518dd8e799b3abeb;p=pandora-kernel.git can: kvaser_usb: Don't dereference skb after a netif_rx() We should not touch the packet after a netif_rx: it might get freed behind our back. Suggested-by: Marc Kleine-Budde Signed-off-by: Ahmed S. Darwish Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed