drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()
authorRasmus Villemoes <mail@rasmusvillemoes.dk>
Wed, 5 Jun 2013 17:09:39 +0000 (17:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 19:54:08 +0000 (12:54 -0700)
commit71811f3271cd986e223be44830e5961056561ac3
tree3056f805a67870d36c19a361cf805b44d33aae3e
parent29ddae2a40883640941932f73eb3d15535c3f4a2
drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()

Use IS_ERR_VALUE() instead of comparing the new offset to a hard-coded
value of -MAX_ERRNO (which is also off-by-one due to the use of ~
instead of -).

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/mem.c