cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay
authorMinsung Kim <ms925.kim@samsung.com>
Sun, 25 Aug 2013 10:23:34 +0000 (19:23 +0900)
committerColin Cross <ccross@android.com>
Fri, 20 Sep 2013 04:03:34 +0000 (23:03 -0500)
commitcf0fad49d17cb8273ce555dd5b7afab67d7923bf
tree91056c2eb1b159bca63253f37dc9230e4c5a9e6a
parent66df93b4c9e78cf433b76d7fe3da4cc7fd06c36b
cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay

Remove a trailing whitespace from target_loads and above_hispeed_delay. Problem
happens when user-space program tried to restore parameters that saved before
changing parameters. In this case was returned error(EINVAL).

Change-Id: I5a74e3824602cd6f2b74651adda5ec1b627e61e9
Signed-off-by: Minsung Kim <ms925.kim@samsung.com>
drivers/cpufreq/cpufreq_interactive.c