staging: vt6655: remove unused multicast_limit.

multicast_limit is assigned a vale that is never used.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2015-09-12 19:10:31 +01:00 committed by Greg Kroah-Hartman
parent 319755a722
commit 73eb8a1127
2 changed files with 0 additions and 2 deletions

View file

@ -256,7 +256,6 @@ struct vnt_private {
u32 rx_buf_sz;
u8 rx_rate;
int multicast_limit;
u32 rx_bytes;

View file

@ -442,7 +442,6 @@ static void vt6655_init_info(struct pci_dev *pcid,
memset(*ppDevice, 0, sizeof(**ppDevice));
(*ppDevice)->pcid = pcid;
(*ppDevice)->multicast_limit = 32;
spin_lock_init(&((*ppDevice)->lock));
}