git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e48a4
)
staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_data_head
author
Malcolm Priestley
<tvboxspy@gmail.com>
Tue, 27 Aug 2013 10:48:34 +0000
(11:48 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 Aug 2013 23:54:39 +0000
(16:54 -0700)
Only one of vnt_rts*/vnt_cts* structures are accessed at any one time.
structures vnt_cts and vnt_cts_fb are members of union vnt_tx_data_head.
Create pointer union head and point structures to the correct member.
Point the union to pvCTS.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found