f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEM
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Wed, 23 Feb 2011 02:51:33 +0000 (02:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Feb 2011 20:36:39 +0000 (12:36 -0800)
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 <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found