Loading drivers/mfd/intel_msic.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ /* * MSIC interrupt tree is readable from SRAM at INTEL_MSIC_IRQ_PHYS_BASE. * Since IRQ block starts from address 0x002 we need to substract that from * Since IRQ block starts from address 0x002 we need to subtract that from * the actual IRQ status register address. */ #define MSIC_IRQ_STATUS(x) (INTEL_MSIC_IRQ_PHYS_BASE + ((x) - 2)) Loading Loading
drivers/mfd/intel_msic.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ /* * MSIC interrupt tree is readable from SRAM at INTEL_MSIC_IRQ_PHYS_BASE. * Since IRQ block starts from address 0x002 we need to substract that from * Since IRQ block starts from address 0x002 we need to subtract that from * the actual IRQ status register address. */ #define MSIC_IRQ_STATUS(x) (INTEL_MSIC_IRQ_PHYS_BASE + ((x) - 2)) Loading