]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vt6656: rxtx.c s_vGenerateTxParameter Create vnt_mic_hdr structure
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 26 Sep 2013 17:52:10 +0000 (18:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 23:40:13 +0000 (16:40 -0700)
commitf0e0d5051cccfc8ccfae02a40012c1a35c25c05a
tree2365998cad5ddc732c6f163f8d4c4789bbe1ff5b
parent56c60e4f1c6bb804cb5745f20405bac38ac471ed
staging: vt6656: rxtx.c s_vGenerateTxParameter Create vnt_mic_hdr structure

Create double pointer to pass back vnt_mic_hdr address position
of relevant structure if need_mic is more than 0. Otherwise it
is NULL.

This replaces the pMICHDR void pointer with struct vnt_mic_hdr
and assignments in the calling functions.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c