staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer.
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 17 Sep 2013 18:58:11 +0000 (19:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:25:41 +0000 (16:25 -0700)
with struct vnt_tx_buffer and attach vnt_tx_fifo_head to pTX_Buffer structure.

The the calling pbyTxBufferAddr points to the same address as
vnt_tx_buffer->fifo_head and is still in use.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found