Skip to content

Commit

Permalink
Voltage Control: fix minor code derp
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Reioux <[email protected]>
  • Loading branch information
faux123 authored and someone755 committed Dec 27, 2015
1 parent 0e5e9c9 commit 62f50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/clock-krait-8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ ssize_t store_UV_mV_table(struct cpufreq_policy *policy, char *buf,
}
pr_warn("faux123: user voltage table modified!\n");

return ret;
return count;
}
#endif

Expand Down

0 comments on commit 62f50a2

Please sign in to comment.