summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-04-21 01:00:57 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2020-05-12 06:37:13 +0300
commitdeaf160f8aa767f1b2cd53f1834c1a4126815631 (patch)
tree74399731b01d22aa086ebe7efed4b48ab95960bf /scripts/gdb/linux/utils.py
parentb4b10061ef98c583bcf82a4200703fbaa98c18dc (diff)
downloadlinux-deaf160f8aa767f1b2cd53f1834c1a4126815631.tar.xz
f2fs: remove redundant assignment to variable err
The variable err is being assigned 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> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions