From df73121ca604d3f9aa933051025e25e9eb1dd2bc Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 28 Sep 2012 10:20:23 +1000 Subject: [PATCH] idr-rename-max_level-to-max_idr_level-fix-3 Cc: Fengguang Wu Signed-off-by: Andrew Morton --- drivers/thermal/cpu_cooling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 9050c1b0573c..cc1c930a90e4 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -86,7 +86,7 @@ again: else if (unlikely(err)) return err; - *id = *id & MAX_ID_MASK; + *id = *id & MAX_IDR_MASK; return 0; } -- 2.39.5