Re: [PATCH 08/28] virtio: console: remove global var

2009-11-29 Thread Amit Shah
On (Mon) Nov 30 2009 [12:27:21], Rusty Russell wrote: > On Sat, 28 Nov 2009 05:20:31 pm Amit Shah wrote: > > From: Rusty Russell > > > > Now we can use an allocation function to remove our global console variable. > > > > Signed-off-by: Rusty Russell > > Signed-off-by: Amit Shah > > --- > > d

Re: [PATCH 08/28] virtio: console: remove global var

2009-11-29 Thread Rusty Russell
On Sat, 28 Nov 2009 05:20:31 pm Amit Shah wrote: > From: Rusty Russell > > Now we can use an allocation function to remove our global console variable. > > Signed-off-by: Rusty Russell > Signed-off-by: Amit Shah > --- > drivers/char/virtio_console.c | 70 +++-

[PATCH 08/28] virtio: console: remove global var

2009-11-27 Thread Amit Shah
From: Rusty Russell Now we can use an allocation function to remove our global console variable. Signed-off-by: Rusty Russell Signed-off-by: Amit Shah --- drivers/char/virtio_console.c | 70 +++- 1 files changed, 47 insertions(+), 23 deletions(-) diff --