dynamic_debug: remove wrong error message
authorAndrey Ryabinin <a.ryabinin@samsung.com>
Tue, 28 Jan 2014 01:06:57 +0000 (17:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Jan 2014 05:02:39 +0000 (21:02 -0800)
commitd9e133e6f05fbb39e2ecf7bc1edca299729a8595
tree2a1bf47cafc1b162c88ad0f3f2268149b139eeac
parentf5b258550f3c4e74901fcb71daf3aea454d694ae
dynamic_debug: remove wrong error message

parse_lineno() returns either negative error code or zero.  We don't
need to print something here because if parse_lineno fails it will print
error message.

Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Cc: Jason Baron <jbaron@akamai.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/dynamic_debug.c