staging: gdm72xx: Remove unnecessary memset of netdev private data
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 Jul 2014 08:00:56 +0000 (10:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 18:57:16 +0000 (11:57 -0700)
commitcd687a4073d58b5763ed085b942302714f0fa73d
treeecb2d25c93c963bb5f46eedd0520a47e0d862b8e
parentb92274e78a587dde4e4cf87228c4dc4d1ad5039d
staging: gdm72xx: Remove unnecessary memset of netdev private data

The memory for struct net_device private data is allocated using
kzalloc/vzalloc in alloc_netdev_mqs, thus there is no need to zero it
again in the driver.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm72xx/gdm_wimax.c