]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'akpm/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:29:59 +0000 (17:29 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:43:06 +0000 (17:43 +1000)
1  2 
drivers/thermal/cpu_cooling.c

index 99a5d7551b3395c69b2cf962b6da0627ae6c6cee,99a5d7551b3395c69b2cf962b6da0627ae6c6cee..f6ce61749954493a760dfdb9e5d9c2c221d4744a
@@@ -9,7 -9,7 +9,7 @@@
   *  it under the terms of the GNU General Public License as published by
   *  the Free Software Foundation; version 2 of the License.
   *
-- *  This program is distributed in the hope that it will be useful, but
++ *  This program is distributed in the hope that it will be useful, butX_ID_MASK
   *  WITHOUT ANY WARRANTY; without even the implied warranty of
   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   *  General Public License for more details.
@@@ -86,7 -86,7 +86,7 @@@ again
        else if (unlikely(err))
                return err;
  
--      *id = *id & MAX_ID_MASK;
++      *id = *id & MAX_IDR_MASK;
        return 0;
  }