]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit8e344c8847c6d428a9aa0f07213e25212bd7bfef
treeb56ac284ed008b5fe245db00aaa707129c287de5
parentd66caada5a69443677841b487125752f9fcea126
staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer.

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>
drivers/staging/vt6656/rxtx.c