isdn/gigaset: correct bas_gigaset rx buffer handling
authorTilman Schmidt <tilman@imap.cc>
Thu, 30 Sep 2010 13:34:51 +0000 (13:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Oct 2010 07:33:33 +0000 (00:33 -0700)
In transparent data reception, avoid a NULL pointer dereference
in case an skbuff cannot be allocated, remove an inappropriate
call to the HDLC flush routine, and correct the accounting of
received bytes for continued buffers.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
CC: stable <stable@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found