aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-29 13:38:09 +0200
committerDavid S. Miller <davem@davemloft.net>2016-06-30 08:52:04 -0400
commiteece71e8fb0953e18e3ac631b4414bb21af924a7 (patch)
tree7dfa37065aae12faf813fb6f53055f59fab8f601 /mm
parent6e6edd8b96e859bcbb3fd03eafd76ad306026b21 (diff)
net-next: mediatek: don't use intermediate variables to store IRQ masks
The code currently uses variables to store and never modify the bit masks of interrupts. This is legacy code from an early version of the driver that supported MIPS based SoCs where the IRQ bits depended on the actual SoC. As the bits are the same for all ARM based SoCs using this driver we can remove the intermediate variables. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions