From 4613e5e55cf663b3748b10142a94b5a7c66f686f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 26 Sep 2012 11:34:26 +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