staging: unisys: visornic: correct obvious double-allocation of workqueues
authorTim Sell <Timothy.Sell@unisys.com>
Thu, 9 Jul 2015 17:27:47 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 01:34:58 +0000 (18:34 -0700)
commitfa15d6d3466390faae884dca45c7c21255c30f3c
tree4c6d219d5f4620169fec02b9753a559eb9c6c1d4
parent00748b0c69becb3fc4e520a3f9047b46d3bffe2c
staging: unisys: visornic: correct obvious double-allocation of workqueues

Looks like an errant patch fitting caused us to redundantly allocate the
workqueues at both the beginning and end of visornic_init().  This was
corrected by removing the allocations at the beginning.

Signed-off-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Fixes: 68905a14e49c ('staging: unisys: Add s-Par visornic ethernet driver')
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visornic/visornic_main.c