]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb95bceb598dde3e7d4677f9d6a11c388bd529ecd
tree2a1bf47cafc1b162c88ad0f3f2268149b139eeac
parent5da05a96e17f53e5b2884d1670cefbf6ccb5f7eb
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