commit | 196a4f82bddb2c4cb23736c5d467abcb9e716c63 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Tue Jun 30 14:58:01 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jun 30 19:44:57 2015 -0700 |
tree | 5db6ebe56eb214c4ca38ed241e4e10cc5dff0de4 | |
parent | 4709187ef2412419bea366bebc0a541dbd620b3c [diff] |
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>