提交 0d34cc2d 编写于 作者: R Ryota Ozaki 提交者: Rusty Russell

virtio-mmio: fix wrong comment about register offset

The register offset of InterruptACK is 0x064, not 0x060.
Fix it.
Signed-off-by: NRyota Ozaki <ozaki.ryota@gmail.com>
Reviewed-by: NWanlong Gao <gaowanlong@cn.fujitsu.com>
Acked-by: NPawel Moll <pawel.moll@arm.com>
CC: Jiri Kosina <trivial@kernel.org>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 1f805187
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
* *
* 0x050 W QueueNotify Queue notifier * 0x050 W QueueNotify Queue notifier
* 0x060 R InterruptStatus Interrupt status register * 0x060 R InterruptStatus Interrupt status register
* 0x060 W InterruptACK Interrupt acknowledge register * 0x064 W InterruptACK Interrupt acknowledge register
* 0x070 RW Status Device status register * 0x070 RW Status Device status register
* *
* 0x100+ RW Device-specific configuration space * 0x100+ RW Device-specific configuration space
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册