commit | 29f45adbb72701098fd52c635b054d2b401b6863 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jul 06 17:42:40 2020 +0100 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Sep 21 10:13:17 2020 +0200 |
tree | d3ea392f9ffcdc3f00ef4be4e77f874bdcfa331c | |
parent | 9d23a9818cb146886eb089ddbaa06894d04c26aa [diff] |
can: mcba_usb: remove redundant initialization of variable err The variable err is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200706164240.518623-1-colin.king@canonical.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>