From: Rémi Denis-Courmont Date: Wed, 23 Feb 2011 02:51:33 +0000 (+0000) Subject: f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEM X-Git-Tag: v2.6.38-rc8~29^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a45325284ec10a907b96052ebf2168e7166b5c;p=pandora-kernel.git f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEM This is similar to what we already do in cdc-phonet.c in the same situation. pskb_pull() refuses to work with HIGHMEM, even if it is known that the socket buffer is entirely in "low" memory. Signed-off-by: Rémi Denis-Courmont Signed-off-by: David S. Miller --- Reading git-diff-tree failed