aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorLevente Kurusa <[email protected]>2014-02-14 22:50:23 +0100
committerGreg Kroah-Hartman <[email protected]>2014-02-15 12:32:55 -0800
commitec97423afbd09c566fc3e756b4a6b50695dda0af (patch)
treeda7121bf310ff2104024028f244579ad4b680af2 /include/linux/timerqueue.h
parenta37d70eb655fdcbcd93b053d11b569cc7b1787eb (diff)
staging: rtl8821ae: fix invalid bit mask on MSR_AP check
Since MSR_AP is 0x3, ANDing it with 0xFC will never be true. Add a NOT operation to 0xFC so that we will AND with the last three bits which will result in a possibility that the condition will succeed. Signed-off-by: Levente Kurusa <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions