From: Kevin Cernekee Date: Fri, 7 Nov 2014 06:44:24 +0000 (-0800) Subject: irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask X-Git-Tag: omap-for-v3.20/drop-legacy-3517~160^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5cb32ca5aea14bfcfda380e5da67b0abf35b4b;p=pandora-kernel.git irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask This mask should have been 0xffff_ffff, not 0x0fff_ffff. The change should not have an effect on current users (STB) because bits 31:27 are unused. Signed-off-by: Kevin Cernekee Acked-by: Arnd Bergmann Acked-by: Florian Fainelli Link: https://lkml.kernel.org/r/1415342669-30640-10-git-send-email-cernekee@gmail.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed