projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f80518
)
virtio-mmio: fix wrong comment about register offset
author
Ryota Ozaki
<
[email protected]
>
Mon, 4 Feb 2013 00:05:30 +0000
(10:35 +1030)
committer
Rusty Russell
<
[email protected]
>
Mon, 4 Feb 2013 00:07:01 +0000
(10:37 +1030)
The register offset of InterruptACK is 0x064, not 0x060.
Fix it.
Signed-off-by: Ryota Ozaki <
[email protected]
>
Reviewed-by: Wanlong Gao <
[email protected]
>
Acked-by: Pawel Moll <
[email protected]
>
CC: Jiri Kosina <
[email protected]
>
Signed-off-by: Rusty Russell <
[email protected]
>
drivers/virtio/virtio_mmio.c
patch
|
blob
|
history
diff --git
a/drivers/virtio/virtio_mmio.c
b/drivers/virtio/virtio_mmio.c
index 31f966f4d27f6800899fa8cad4b6e390fd497003..833e6dbf38dbaadb3b24ccc33f2198dbcfc94a46 100644
(file)
--- a/
drivers/virtio/virtio_mmio.c
+++ b/
drivers/virtio/virtio_mmio.c
@@
-75,7
+75,7
@@
*
* 0x050 W QueueNotify Queue notifier
* 0x060 R InterruptStatus Interrupt status register
- * 0x06
0
W InterruptACK Interrupt acknowledge register
+ * 0x06
4
W InterruptACK Interrupt acknowledge register
* 0x070 RW Status Device status register
*
* 0x100+ RW Device-specific configuration space