f_phonet: fix page offset of first received fragment
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Thu, 17 Nov 2011 02:58:55 +0000 (02:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2011 22:03:02 +0000 (17:03 -0500)
We pull one byte (the MAC header) from the first fragment before the
fragment is actually appended. So the socket buffer length is 1, not 0.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found