From b84a489e7578eb2e58f13c1be8c4b5b6a301567f Mon Sep 17 00:00:00 2001 From: Simo Melenius Date: Fri, 8 Mar 2013 11:24:12 +0200 Subject: [PATCH] ARM: tegra: cpuquiet: augment no_lp to force both LP and G - tegra_cpuquiet 'no_lp' node now accepts '-1' to force LP cluster on - when a cluster is forced the switches take place immediately without any delay Bug 1247636 Change-Id: I1ec07acc3cf51419a4770542c6a1c90b92e0bf66 Signed-off-by: Simo Melenius Reviewed-on: http://git-master/r/208772 Reviewed-by: Terje Bergstrom (cherry picked from commit ab16bbb6f581da538448d2a64e03dd272b8fb985) Reviewed-on: http://git-master/r/210358 --- include/linux/cpuquiet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cpuquiet.h b/include/linux/cpuquiet.h index 1bcfecce3a28..02e0267a4636 100644 --- a/include/linux/cpuquiet.h +++ b/include/linux/cpuquiet.h @@ -82,7 +82,7 @@ struct cpuquiet_attribute { static struct cpuquiet_attribute _name ## _attr = { \ .attr = {.name = __stringify(_name), .mode = _mode }, \ .show = _show, \ - .store = _store \ + .store = _store, \ .store_callback = NULL, \ .param = &_name, \ } -- 2.34.1