On 9/29/2017 2:04 PM, Michal Jastrzebski wrote:
> Coverity reports check_after_deref:
> Null-checking rq suggests that it may be null, but it
> has already been dereferenced on all paths leading to
> the check.
> This patch removes NULL checking of "rq" from function
> vmxnet3_dev_rx_queue_reset as it is already checked against NULL
> one level up the callstack (function vmxnet3_dev_clear_queues).
>
> Coverity issue: 143468
> Fixes: 5aecdc17a97d ("vmxnet3: fix stop/restart")
> Cc: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Tomasz Kulasek <[email protected]>
> Signed-off-by: Michal Jastrzebski <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]>