char/mwave: remove redundant initialization of variable bRC
authorColin Ian King <colin.king@canonical.com>
Thu, 11 Jun 2020 15:27:08 +0000 (16:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2020 12:50:51 +0000 (14:50 +0200)
commit7ca78630a1ae082e6d4488884cd771ee4bb266ea
tree7016dcd62bff00bb3cd8fbd1e022628fdfb4f050
parent877589350269e188cc19563745fd0f6dac14561b
char/mwave: remove redundant initialization of variable bRC

The variable bRC 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/20200611152708.927344-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/mwave/smapi.c