staging: unisys: visornic: remove useless memset
authorHugo Camboulive <hugo.camboulive@gmail.com>
Mon, 25 Jan 2016 20:22:16 +0000 (20:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit9305b0fe0985eb2d277df29f3a962828b00dd7cc
tree0cf69a7530be222085fb1b46fd38f46ce99f7558
parent3025ee74cc56f76b04b264777888cdccb673104c
staging: unisys: visornic: remove useless memset

alloc_etherdev() calls alloc_netdev_mqs(), which
already uses kzalloc/vzalloc.

This clears a sparse warning :
drivers/staging/unisys/visornic/visornic_main.c:1366:15: warning: memset with byte count of 1460112

Signed-off-by: Hugo Camboulive <hugo.camboulive@gmail.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visornic/visornic_main.c