dynamic_debug: remove wrong error message
authorAndrey Ryabinin <[email protected]>
Tue, 28 Jan 2014 01:06:57 +0000 (17:06 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Jason Baron <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/dynamic_debug.c