]> Pileus Git - ~andy/linux/blobdiff - drivers/thermal/cpu_cooling.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux...
[~andy/linux] / drivers / thermal / cpu_cooling.c
index 9050c1b0573cd8f9f29221afb50c1aa57b491d3c..cc1c930a90e4b5a5c9cd39c6e66aa1aea79513b9 100644 (file)
@@ -86,7 +86,7 @@ again:
        else if (unlikely(err))
                return err;
 
-       *id = *id & MAX_ID_MASK;
+       *id = *id & MAX_IDR_MASK;
        return 0;
 }