From: Stefan Raspl Date: Mon, 22 Apr 2013 01:12:29 +0000 (+0000) Subject: qeth: Fix missing pointer update X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ae1f5e5eb3a6b367acb137dec9e9599b0ce3f3;p=pandora-kernel.git qeth: Fix missing pointer update qeth_hdr_chk_and_bounce() can possibly shift the skb->data pointer. However, the existing code didn't update the hdr pointer, which should point to skb->data, accordingly. Symptoms of this issue are sporadic recoveries. Signed-off-by: Stefan Raspl Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed