]> git.baikalelectronics.ru Git - kernel.git/commit
fs/affs/symlink.c: remove unneeded err variable
authorFabian Frederick <fabf@skynet.be>
Tue, 30 Jun 2015 21:58:01 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Jul 2015 02:44:57 +0000 (19:44 -0700)
commit101b154d4d3318a67ccf4eae9b0f015a07499ea8
tree5db6ebe56eb214c4ca38ed241e4e10cc5dff0de4
parent0766c085dae03e7c5214d9e894ca5a50c31ec164
fs/affs/symlink.c: remove unneeded err variable

err is only assigned to -EIO.  Return that value at the end of fail
context.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/affs/symlink.c