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)
commit196a4f82bddb2c4cb23736c5d467abcb9e716c63
tree5db6ebe56eb214c4ca38ed241e4e10cc5dff0de4
parent4709187ef2412419bea366bebc0a541dbd620b3c
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