mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
staging: vt6656: remove camel case MACvWriteMultiAddr
Camel case changes. pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0292bd466a
commit
7585940325
@@ -53,11 +53,11 @@ static int msglevel =MSG_LEVEL_INFO;
|
||||
* Return Value: none
|
||||
*
|
||||
*/
|
||||
void MACvWriteMultiAddr(struct vnt_private *pDevice, u64 mc_filter)
|
||||
void MACvWriteMultiAddr(struct vnt_private *priv, u64 mc_filter)
|
||||
{
|
||||
__le64 le_mc = cpu_to_le64(mc_filter);
|
||||
|
||||
CONTROLnsRequestOut(pDevice, MESSAGE_TYPE_WRITE, MAC_REG_MAR0,
|
||||
CONTROLnsRequestOut(priv, MESSAGE_TYPE_WRITE, MAC_REG_MAR0,
|
||||
MESSAGE_REQUEST_MACREG, sizeof(le_mc), (u8 *)&le_mc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user