]> git.baikalelectronics.ru Git - kernel.git/commit
lib/parser.c: switch match_u64int() over to use match_strdup()
authorEric Biggers <ebiggers@google.com>
Tue, 30 Oct 2018 22:05:26 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Oct 2018 15:54:12 +0000 (08:54 -0700)
commitd393bc5e4fffa8ffed2f16b28d5d9f70101edf0b
tree348cc3bdcfecfbf9bdf2b81f6ea1e63b57c072c7
parent1ca650521ed2ad3e443bc3dd257d720e52d42c3d
lib/parser.c: switch match_u64int() over to use match_strdup()

This simplifies the code.  No change in behavior.

Link: http://lkml.kernel.org/r/20180830194814.192880-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/parser.c