Re: [PATCH][trivial] virtio-mmio: fix wrong comment about register offset

2013-02-03 Thread Rusty Russell
Pawel Moll writes: > On Sat, 2013-01-26 at 08:54 +, Ryota Ozaki wrote: >> The register offset of InterruptACK is 0x064, not 0x060. >> Fix it. >> >> Signed-off-by: Ryota Ozaki >> CC: Pawel Moll >> CC: Rusty Russell >> CC: Jiri Kosina >> --- >> drivers/virtio/virtio_mmio.c | 2 +- >> 1 fil

Re: [PATCH][trivial] virtio-mmio: fix wrong comment about register offset

2013-01-28 Thread Pawel Moll
On Sat, 2013-01-26 at 08:54 +, Ryota Ozaki wrote: > The register offset of InterruptACK is 0x064, not 0x060. > Fix it. > > Signed-off-by: Ryota Ozaki > CC: Pawel Moll > CC: Rusty Russell > CC: Jiri Kosina > --- > drivers/virtio/virtio_mmio.c | 2 +- > 1 file changed, 1 insertion(+), 1 del

Re: [PATCH][trivial] virtio-mmio: fix wrong comment about register offset

2013-01-27 Thread Wanlong Gao
On 01/26/2013 04:54 PM, Ryota Ozaki wrote: > The register offset of InterruptACK is 0x064, not 0x060. > Fix it. > > Signed-off-by: Ryota Ozaki > CC: Pawel Moll > CC: Rusty Russell > CC: Jiri Kosina Reviewed-by: Wanlong Gao > --- > drivers/virtio/virtio_mmio.c | 2 +- > 1 file changed, 1 in

[PATCH][trivial] virtio-mmio: fix wrong comment about register offset

2013-01-26 Thread Ryota Ozaki
The register offset of InterruptACK is 0x064, not 0x060. Fix it. Signed-off-by: Ryota Ozaki CC: Pawel Moll CC: Rusty Russell CC: Jiri Kosina --- drivers/virtio/virtio_mmio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virti