staging: unisys: visorbus: Remove duplicate invocation of init_rcv_bufs()

Removes the invocation to init_rcv_bufs() in visornic_resume() because that
function is already called in visornic_enable_with_timeout().

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Binder 2017-01-09 13:02:24 -05:00 committed by Greg Kroah-Hartman
parent 046f93dc72
commit 4b3d7b6d84
1 changed files with 0 additions and 2 deletions

View File

@ -2017,8 +2017,6 @@ static int visornic_resume(struct visor_device *dev,
*/ */
mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2)); mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2));
init_rcv_bufs(netdev, devdata);
rtnl_lock(); rtnl_lock();
dev_open(netdev); dev_open(netdev);
rtnl_unlock(); rtnl_unlock();