Home
last modified time | relevance | path

Searched hist:"5 e2cbf13d0ec4fe2b6aabbeb6fe44830e8788dd0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ntb/
H A Dntb_transport.cdiff 5e2cbf13d0ec4fe2b6aabbeb6fe44830e8788dd0 Sun Aug 18 13:53:49 CDT 2019 Colin Ian King <colin.king@canonical.com> NTB: ntb_transport: remove redundant assignment to rc

Variable rc is initialized to a value that is never read and it
is re-assigned later. The initialization is redundant and can be
removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>