]> git.baikalelectronics.ru Git - kernel.git/commit
kernfs/file.c: remove redundant error return counter assignment
authorLin Feng <linf@wangsu.com>
Fri, 17 Jun 2022 09:17:46 +0000 (17:17 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 14:44:40 +0000 (16:44 +0200)
commit57de2c9fd4ee2b859f9cf96cdef399f6d516807f
tree33964de878c18c129724a349f0b7d7ed06355e12
parent861ce3e92a357ded0093996fc2a91667097bfa6a
kernfs/file.c: remove redundant error return counter assignment

Since previous 'rc = -EINVAL;', rc value doesn't change, so not
necessary to re-assign it again.

Signed-off-by: Lin Feng <linf@wangsu.com>
Link: https://lore.kernel.org/r/20220617091746.206515-1-linf@wangsu.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/file.c