Re: [PATCH 1/2] virtio-rng: cope if struct hwrng.name is changed to const

2014-05-18 Thread Stephen Rothwell
Hi Rusty, On Mon, 19 May 2014 09:30:53 +0930 Rusty Russell wrote: > > Stephen Rothwell writes: > > Signed-off-by: Stephen Rothwell > > --- > > drivers/char/hw_random/virtio-rng.c | 6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > Based on the current virtio tree in linux-n

Re: [PATCH 1/2] virtio-rng: cope if struct hwrng.name is changed to const

2014-05-18 Thread Rusty Russell
Stephen Rothwell writes: > Signed-off-by: Stephen Rothwell > --- > drivers/char/hw_random/virtio-rng.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > Based on the current virtio tree in linux-next. Actually, Sasha Levin did a nice cleanup which replaces these two, and restore

[PATCH 1/2] virtio-rng: cope if struct hwrng.name is changed to const

2014-05-14 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell --- drivers/char/hw_random/virtio-rng.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Based on the current virtio tree in linux-next. diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index 12e242bbb0f5..6319b1