Messages in this thread |  | | Date | Sun, 02 Jun 2019 17:51:20 -0700 (PDT) | Subject | Re: [PATCH] qed: remove redundant assignment to rc | From | David Miller <> |
| |
From: Colin King <colin.king@canonical.com> Date: Fri, 31 May 2019 14:27:38 +0100
> From: Colin Ian King <colin.king@canonical.com> > > The variable rc is assigned with a value that is never read and > it is re-assigned a new value later on. The assignment is redundant > and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied to net-next.
|  |