commit | f5a45325284ec10a907b96052ebf2168e7166b5c | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Wed Feb 23 02:51:33 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 28 12:36:39 2011 -0800 |
tree | da1ab58a1a9ca9b6e790672761782bc6eb9dbf39 | |
parent | 9eb0e6f26e48ef22cc56a2b81b1572ace999f70f [diff] |
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 <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>