Re: [PATCH linux-next] e1000e: Remove redundant statement

From: Jesse Brandeburg
Date: Mon Oct 18 2021 - 12:27:36 EST


On 10/18/2021 1:51 AM, luo penghao wrote:
This assignment statement is meaningless, because the statement
will execute to the tag "set_itr_now".

The clang_analyzer complains as follows:

drivers/net/ethernet/intel/e1000e/netdev.c:2552:3 warning:

Value stored to 'current_itr' is never read.

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: luo penghao <luo.penghao@xxxxxxxxxx>

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>