diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-24 13:16:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-12 17:30:57 +0200 |
commit | 1bcecace15d2ebdf8ad039afe8cbd5439894f92f (patch) | |
tree | f6524422bfa52bddb27baa968f1604dc50bf162a /drivers/media/usb | |
parent | 1195a28dcf1b297be1653da5472ac5c36dcb34e3 (diff) |
media: dvb: remove redundant assignment to variable bw
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>
Diffstat (limited to 'drivers/media/usb')
0 files changed, 0 insertions, 0 deletions