]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ibmvnic: remove duplicate napi_schedule call in open function
authorLijun Pan <lijunp213@gmail.com>
Wed, 14 Apr 2021 07:46:16 +0000 (02:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Apr 2021 11:13:26 +0000 (13:13 +0200)
commitf5df8dbbc3e5b3938779f5fb003a9a7bbc19bfa0
treeeaba8db0441d7d024ee65d3a36afec6f4628a16b
parent4ba852fd216cc64a3d708efbe1f910003091252a
ibmvnic: remove duplicate napi_schedule call in open function

commit 7c451f3ef676c805a4b77a743a01a5c21a250a73 upstream.

Remove the unnecessary napi_schedule() call in __ibmvnic_open() since
interrupt_rx() calls napi_schedule_prep/__napi_schedule during every
receive interrupt.

Fixes: ed651a10875f ("ibmvnic: Updated reset handling")
Signed-off-by: Lijun Pan <lijunp213@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/ibm/ibmvnic.c