mirror of https://github.com/torvalds/linux.git
The variable bw 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>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| cxd2880.h | ||
| cxd2880_common.c | ||
| cxd2880_common.h | ||
| cxd2880_devio_spi.c | ||
| cxd2880_devio_spi.h | ||
| cxd2880_dtv.h | ||
| cxd2880_dvbt.h | ||
| cxd2880_dvbt2.h | ||
| cxd2880_integ.c | ||
| cxd2880_integ.h | ||
| cxd2880_io.c | ||
| cxd2880_io.h | ||
| cxd2880_spi.h | ||
| cxd2880_spi_device.c | ||
| cxd2880_spi_device.h | ||
| cxd2880_tnrdmd.c | ||
| cxd2880_tnrdmd.h | ||
| cxd2880_tnrdmd_driver_version.h | ||
| cxd2880_tnrdmd_dvbt.c | ||
| cxd2880_tnrdmd_dvbt.h | ||
| cxd2880_tnrdmd_dvbt2.c | ||
| cxd2880_tnrdmd_dvbt2.h | ||
| cxd2880_tnrdmd_dvbt2_mon.c | ||
| cxd2880_tnrdmd_dvbt2_mon.h | ||
| cxd2880_tnrdmd_dvbt_mon.c | ||
| cxd2880_tnrdmd_dvbt_mon.h | ||
| cxd2880_tnrdmd_mon.c | ||
| cxd2880_tnrdmd_mon.h | ||
| cxd2880_top.c | ||