diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-12-10 23:19:03 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 20:25:15 (GMT) |
commit | 0f6071684a10d524e5085d018e31b6d49e1416f4 (patch) | |
tree | 25de78d862560484c92174c406ec3c95311c8f9e /kernel/up.c | |
parent | 524aae06b1c894702e233431f69141a4b69245cb (diff) | |
download | linux-fsl-qoriq-0f6071684a10d524e5085d018e31b6d49e1416f4.tar.xz |
gpio: msm: Fix irq mask/unmask by writing bits instead of numbers
commit 4cc629b7a20945ce35628179180329b6bc9e552b upstream.
We should be writing bits here but instead we're writing the
numbers that correspond to the bits we want to write. Fix it by
wrapping the numbers in the BIT() macro. This fixes gpios acting
as interrupts.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/up.c')
0 files changed, 0 insertions, 0 deletions