From: Malcolm Priestley Date: Tue, 17 Sep 2013 18:58:11 +0000 (+0100) Subject: staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e344c8847c6d428a9aa0f07213e25212bd7bfef;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed