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)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:57 +0000 (13:52 -0800)
commit6728dfa91a0c77293c3f6d71b86054a593fc39bf
tree74a8bfdfc387b59e9409f3a298371d761d0b1568
parente8ad1a85f65221837ec3a16f725ddad8271b851d
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