LNE bit in VI6_DISP_IRQ_STA register are from the 0 bit to 4 bit.
This fixes bit position specified by VI6_DISP_IRQ_STA_LNE.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu...@renesas.com>
---
 drivers/media/platform/vsp1/vsp1_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/vsp1/vsp1_regs.h 
b/drivers/media/platform/vsp1/vsp1_regs.h
index 79d4063..da3c573 100644
--- a/drivers/media/platform/vsp1/vsp1_regs.h
+++ b/drivers/media/platform/vsp1/vsp1_regs.h
@@ -48,7 +48,7 @@
 #define VI6_DISP_IRQ_STA               0x007c
 #define VI6_DISP_IRQ_STA_DSE           (1 << 8)
 #define VI6_DISP_IRQ_STA_MAE           (1 << 5)
-#define VI6_DISP_IRQ_STA_LNE(n)                (1 << ((n) + 4))
+#define VI6_DISP_IRQ_STA_LNE(n)                (1 << (n))
 
 #define VI6_WPF_LINE_COUNT(n)          (0x0084 + (n) * 4)
 #define VI6_WPF_LINE_COUNT_MASK                (0x1fffff << 0)
-- 
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to