solos-pci: fix double-free of TX skb in DMA mode
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 11 Dec 2012 14:57:14 +0000 (14:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:07:16 +0000 (09:07 -0800)
commitfdbe6fecef94b6171de7a2ccfe543a694c9c41bc
tree07e41788190fe7045db8ac98d052b9af5bf12fc9
parent042279bf26576ada65948ea45ab7ac86e0490c0a
solos-pci: fix double-free of TX skb in DMA mode

commit cae49ede00ec3d0cda290b03fee55b72b49efc11 upstream.

We weren't clearing card->tx_skb[port] when processing the TX done interrupt.
If there wasn't another skb ready to transmit immediately, this led to a
double-free because we'd free it *again* next time we did have a packet to
send.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/atm/solos-pci.c